>>> "AB" == Arne Babenhauserheide writes: > Uwe Brauer writes: >> https://orgmode.org/worg/org-contrib/babel/languages/ob-doc-ledger.html >> >> Points out how to use ledger within org mode. >> >> Is there any simpler solution? > Do you mean simpler accounting in org-mode, This is what I meant. > or do you mean simpler ledger-integration? The example in this link is ok, also the output (the result of the ledger operation) is not very nicely formatted. > You can always tangle your ledger-data and use a ledger commandline > client. Also Emacs has direct support for ledger. Here’s a setup via > use-package: > (use-package ledger-mode :ensure t :defer 20 > :config > (org-babel-do-load-languages > 'org-babel-load-languages > '((ledger . t)))) > Best wishes, > Arne