Started detailed emacs ledger mode section
This commit is contained in:
parent
9e58db7639
commit
98a75dd7e9
1 changed files with 2 additions and 2 deletions
|
|
@ -227,7 +227,7 @@ Return the difference in the format of a time value."
|
|||
(if (looking-at "Error: ")
|
||||
(error (buffer-string))
|
||||
(buffer-string)))
|
||||
"\n"))))
|
||||
"\n "))))
|
||||
|
||||
(defun ledger-current-entry-bounds ()
|
||||
(save-excursion
|
||||
|
|
@ -582,7 +582,7 @@ dropped."
|
|||
(items
|
||||
(with-temp-buffer
|
||||
(let ((exit-code
|
||||
(ledger-run-ledger buf "--uncleared" "emacs" account)))
|
||||
(ledger-run-ledger buf "--uncleared --real" "emacs" account)))
|
||||
(when (= 0 exit-code)
|
||||
(goto-char (point-min))
|
||||
(unless (eobp)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue