summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2016-09-28 19:47:34 +0200
committerAlan Pearce2016-09-28 19:47:34 +0200
commit987c7b55294c59c289b2440ba4d4c33a8126402f (patch)
tree51d66d1ba2c44e506f6fd24e6c6af43ddb4cfb8d
parentde873fa7862854058e1c6ba85fdfc5e5457d34a2 (diff)
downloaddotfiles-987c7b55294c59c289b2440ba4d4c33a8126402f.tar.lz
dotfiles-987c7b55294c59c289b2440ba4d4c33a8126402f.tar.zst
dotfiles-987c7b55294c59c289b2440ba4d4c33a8126402f.zip
Emacs: Show Assets:Budget in budget report
-rw-r--r--tag-emacs/emacs.d/init.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index 5d17065..405ef13 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -1392,7 +1392,7 @@ works really nicely.
 									 ("On-budget Balances" "ledger -f %(ledger-file) bal --current -R :Budget: Assets:Receivable Liabilities:Personal")
 									 ("All Account Balances" "ledger -f %(ledger-file) bal --current -R \\^Assets \\^Liabilities")
 									 ("Budget Values (Current Month)" "ledger -f %(ledger-file) bal -p \"this month\" --limit \"payee=~/budget/\" \\^Funds")
-									 ("Budget (Cumulative)" "ledger -f %(ledger-file) bal -E \\^Funds")
+									 ("Budget (Cumulative)" "ledger -f %(ledger-file) bal -E \\^Funds \\^Assets:Budget$")
 									 ("Budget Allocation" "ledger -f %(ledger-file) bal -p \"this month\" --limit \"payee=~/budget/\" \\^Funds --format \"\\
 									  %-17((depth_spacer)+(partial_account))\\
 									  %10(percent(market(display_total), market(parent.total)))\\