From 862a83e7927ed0d18e5d297801d28f82595bb2a5 Mon Sep 17 00:00:00 2001 From: Craig Earls Date: Mon, 25 Mar 2013 14:05:29 -0400 Subject: add --collapse to reconcile balance calculation --- lisp/ldg-reconcile.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp') diff --git a/lisp/ldg-reconcile.el b/lisp/ldg-reconcile.el index a05a61c0..5a6a117a 100644 --- a/lisp/ldg-reconcile.el +++ b/lisp/ldg-reconcile.el @@ -76,7 +76,7 @@ reconcile-finish will mark all pending posting cleared." ;; split arguments like the shell does, so you need to ;; specify the individual fields in the command line. (if (ledger-exec-ledger buffer (current-buffer) - "balance" "--limit" "cleared or pending" "--empty" + "balance" "--limit" "cleared or pending" "--empty" "--collapse" "--format" "%(display_total)" account) (ledger-split-commodity-string (buffer-substring-no-properties (point-min) (point-max))))))) -- cgit v1.2.3