diff options
author | Alan Pearce | 2016-07-05 16:54:16 +0200 |
---|---|---|
committer | Alan Pearce | 2016-07-05 16:54:16 +0200 |
commit | 062be5c143463bd6ddc32933549c5a0782727df3 (patch) | |
tree | d45cb867f429bca7490905c24046a314725ca059 /tag-emacs | |
parent | 60229d799d3656ce3b1dbe3a931788a8f5ca37b6 (diff) | |
download | dotfiles-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.org | 2 |
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)))\\ |