Move past the commodity sign
This commit is contained in:
parent
bba851b830
commit
816f4405b0
1 changed files with 2 additions and 1 deletions
|
|
@ -150,7 +150,8 @@ MOMENT is an encoded date"
|
||||||
(backward-paragraph 2)
|
(backward-paragraph 2)
|
||||||
(re-search-forward ledger-iso-date-regexp)
|
(re-search-forward ledger-iso-date-regexp)
|
||||||
(replace-match date)
|
(replace-match date)
|
||||||
(ledger-next-amount)))
|
(ledger-next-amount)
|
||||||
|
(forward-char 2)))
|
||||||
|
|
||||||
(defun ledger-delete-current-transaction (pos)
|
(defun ledger-delete-current-transaction (pos)
|
||||||
"Delete the transaction surrounging point."
|
"Delete the transaction surrounging point."
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue