[Org] Fix reformatting function for bank csv files

This commit is contained in:
Daniel - 2018-01-21 14:55:58 +01:00
parent 034985e578
commit 08927fd0ee
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 1 additions and 1 deletions

View File

@ -1166,7 +1166,7 @@ ending at 23:61. When not given, FILES defaults to
(interactive)
(goto-char (point-min))
(kill-line 8)
(while (re-search-forward "^\"\\|\"$\\|\";\"")
(while (re-search-forward "^\"\\|\"$\\|\";\"" nil :no-error)
(replace-match "|"))
(goto-char (point-min))
(org-mode)