summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d
diff options
context:
space:
mode:
authorAlan Pearce2016-03-24 14:21:09 +0100
committerAlan Pearce2016-03-24 14:22:21 +0100
commitf351ba6a97f5940af2b4de48f17f31c008d7c911 (patch)
tree8f16f59e299e20b81c0c182c18164f5b6fa42759 /tag-emacs/emacs.d
parente5432252a661b33deaa7715bfdac26bb2d36592a (diff)
downloaddotfiles-f351ba6a97f5940af2b4de48f17f31c008d7c911.tar.lz
dotfiles-f351ba6a97f5940af2b4de48f17f31c008d7c911.tar.zst
dotfiles-f351ba6a97f5940af2b4de48f17f31c008d7c911.zip
Emacs: Make current budget show amount budgeted
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r--tag-emacs/emacs.d/init.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index 48698f8..e30291c 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -1401,8 +1401,8 @@ works really nicely.
                                      ("Expenses:This Month" "ledger -f %(ledger-file) bal \\^Expenses -p \"this month\"")
                                      ("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 (Current Month)" "ledger -f %(ledger-file) bal --current \\^Funds")
-                                     ("Budget (All)" "ledger -f %(ledger-file) bal \\^Funds")
+                                     ("Budget Values (Current Month)" "ledger -f %(ledger-file) bal -p \"this month\" --limit \"payee=~/budget/\"")
+                                     ("Budget (Cumulative)" "ledger -f %(ledger-file) bal \\^Funds")
                                      ("bal" "ledger -f %(ledger-file) bal")
                                      ("reg" "ledger -f %(ledger-file) reg")
                                      ("equity" "ledger -f %(ledger-file) equity")