commit 28ba405172a6fc28524672703ef5cc9379afe24c
parent d795be3384cadac03764e97425e4b7561bb1f1f9
Author: Alex Balgavy <alex@balgavy.eu>
Date: Tue, 6 Sep 2022 13:00:29 +0200
emacs: ledger report for Org table
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/emacs/config.org b/emacs/config.org
@@ -2136,6 +2136,7 @@ Like virtualenvwrapper.sh, but for Emacs.
("reg" "%(binary) -f %(ledger-file) --start-of-week=1 reg")
("payee" "%(binary) -f %(ledger-file) --start-of-week=1 reg @%(payee)")
("account" "%(binary) -f %(ledger-file) --start-of-week=1 reg %(account)")
+ ("reg-org-table" "%(binary) -f %(ledger-file) csv --csv-format '|%(scrub(date))|%(scrub(display_account))|%(scrub(payee))|%(scrub(display_amount))|%(scrub(display_total))|\n' %(account)")
("degiro-changes" "%(binary) -f %(ledger-file) --start-of-week=1 reg Investments:Degiro -X eur"))))
#+end_src