*** empty log message ***
This commit is contained in:
parent
e75b9b800e
commit
5c25fc413c
1 changed files with 2 additions and 8 deletions
10
ledger.el
10
ledger.el
|
|
@ -146,14 +146,8 @@ Return the difference in the format of a time value."
|
|||
(insert
|
||||
(with-temp-buffer
|
||||
(setq exit-code
|
||||
(apply #'ledger-run-ledger
|
||||
ledger-buf "entry"
|
||||
(mapcar
|
||||
(function
|
||||
(lambda (x)
|
||||
(replace-regexp-in-string "\\([&$]\\)" "\\\\\\1"
|
||||
(eval x))))
|
||||
args)))
|
||||
(apply #'ledger-run-ledger ledger-buf "entry"
|
||||
(mapcar 'eval args)))
|
||||
(if (= 0 exit-code)
|
||||
(if insert-year
|
||||
(buffer-substring 2 (point-max))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue