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: ")
|
(if (looking-at "Error: ")
|
||||||
(error (buffer-string))
|
(error (buffer-string))
|
||||||
(buffer-string)))
|
(buffer-string)))
|
||||||
"\n"))))
|
"\n "))))
|
||||||
|
|
||||||
(defun ledger-current-entry-bounds ()
|
(defun ledger-current-entry-bounds ()
|
||||||
(save-excursion
|
(save-excursion
|
||||||
|
|
@ -582,7 +582,7 @@ dropped."
|
||||||
(items
|
(items
|
||||||
(with-temp-buffer
|
(with-temp-buffer
|
||||||
(let ((exit-code
|
(let ((exit-code
|
||||||
(ledger-run-ledger buf "--uncleared" "emacs" account)))
|
(ledger-run-ledger buf "--uncleared --real" "emacs" account)))
|
||||||
(when (= 0 exit-code)
|
(when (= 0 exit-code)
|
||||||
(goto-char (point-min))
|
(goto-char (point-min))
|
||||||
(unless (eobp)
|
(unless (eobp)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue