summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/ldg-reconcile.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/ldg-reconcile.el b/lisp/ldg-reconcile.el
index 04c84e63..ae8de63f 100644
--- a/lisp/ldg-reconcile.el
+++ b/lisp/ldg-reconcile.el
@@ -169,10 +169,12 @@
"find the position of the xact in the ledger-buf buffer using
the emacs output from ledger, return a marker to the beginning
of the xact in the buffer"
- (let ((buf ledger-buf))
+ (let ((buf (if (is-stdin emacs-xact)
+ ledger-buf
+ (find-file-noselect (nth 0 item)))))
(with-current-buffer buf ;use the ledger-buf buffer
(cons
- (nth 0 item)
+ buf
(if ledger-clear-whole-entries ;determines whether to
;clear on the payee line
;or posting line