Started detailed emacs ledger mode section

This commit is contained in:
Craig Earls 2011-11-15 20:34:20 -07:00 committed by John Wiegley
parent 9e58db7639
commit 98a75dd7e9

View file

@ -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)