summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2016-07-05 16:54:16 +0200
committerAlan Pearce2016-07-05 16:54:16 +0200
commit062be5c143463bd6ddc32933549c5a0782727df3 (patch)
treed45cb867f429bca7490905c24046a314725ca059 /tag-emacs
parent60229d799d3656ce3b1dbe3a931788a8f5ca37b6 (diff)
downloaddotfiles-062be5c143463bd6ddc32933549c5a0782727df3.tar.lz
dotfiles-062be5c143463bd6ddc32933549c5a0782727df3.tar.zst
dotfiles-062be5c143463bd6ddc32933549c5a0782727df3.zip
Emacs: Show zero values in cumulative budget
Diffstat (limited to 'tag-emacs')
-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 6d71f3d..545b82a 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -1404,7 +1404,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 \\^Funds")
+                                     ("Budget (Cumulative)" "ledger -f %(ledger-file) bal -E \\^Funds")
                                      ("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)))\\