[emacs-berlin] ledger-mode talk?

erimius at web.de erimius at web.de
Mon Aug 18 09:34:55 UTC 2025


I don't have time to prepare a talk, but here's the parts  I use..

Reports:

(setq ledger-reports
         '(("bal budget"     "%(binary) --empty -S -T -f %(ledger-file) 
bal ^assets:budget")
           ("bal"            "%(binary) -f %(ledger-file) bal --real")
           ("bal this month" "%(binary) -f %(ledger-file) bal -p 
%(month) -S amount --real")
           ("bal this year"  "%(binary) -f %(ledger-file) bal -p 'this 
year' --real")
           ("net worth"      "%(binary) -f %(ledger-file) bal Assets 
Liabilities --real")
           ("account"        "%(binary) -f %(ledger-file) reg %(account) 
--real")))

Choose report and show it inside Emacs with (ledger-report).

(ledger-sort-*) sounds useful, but so far I never used it.

I'm getting huge value out of ledger-flycheck: 
https://github.com/purcell/flycheck-ledger

Greetings, fap

On 4/25/25 12:39, Sebastian Dümcke wrote:
> Also interested. I use ledger since many years but have never used 
> ledger-mode. Any examples would be appreciated.
>
> I will probably not be able to not attend the next meetup.
>
> Best
> Sebastian
>
> On 4/25/25 11:55, jman wrote:
>>
>> Hello,
>>
>> has anyone used (or is using) the ledger-mode in Emacs? I would like 
>> to try it but I don't have time immediately to look at it nor read 
>> tutorials.
>>
>> Has anyone anything to share about it? Maybe at the next meetup 
>> (April, 30th IIUC)? :-)
>>
>> Cheers,
>> _______________________________________________
>> emacs-berlin mailing list
>> emacs-berlin at emacs-berlin.org
>> https://mailb.org/mailman/listinfo/emacs-berlin
>
> _______________________________________________
> emacs-berlin mailing list
> emacs-berlin at emacs-berlin.org
> https://mailb.org/mailman/listinfo/emacs-berlin


More information about the emacs-berlin mailing list