.emacs.d/site-lisp
Daniel Borchmann e7c08b088d
Introduce helper function to format Ledger CLI output as Org table
This function is ideal, but it's doing the job.  It can be used to
format output of calls to ledger as follows:

    #+begin_src emacs-lisp :results value raw table
    (db/ledger-cli-to-org-table-list
     (concat "ledger -f finance.ledger "
             "--period monthly --depth 2 "
             "--display 'd >= [2024-07-01]' "
             "--empty "
             "lisp ^Expense"))
    #+end_src
2024-07-01 20:11:40 +02:00
..
term Initial commit 2017-07-16 18:07:00 +02:00
db-customize.el Use default completion functions for Info and Unicode lookup 2024-03-09 14:08:41 +01:00
db-emms.el Rename main music hydra and move it to `db-music' 2020-06-27 10:16:53 +02:00
db-eshell.el Also change to default-directory when not in eshell already 2023-10-12 16:39:29 +02:00
db-hydras.el Allow to reset current text scaling directly 2024-01-04 08:28:14 +01:00
db-latex.el Separate TeX configuration into separate package 2023-10-28 12:06:27 +02:00
db-mail.el Remove calls to some obsolete CL functions 2021-01-16 14:34:48 +01:00
db-music.el Minor reformatting in music-control hydra 2024-03-24 16:55:19 +01:00
db-org.el Introduce helper function to format Ledger CLI output as Org table 2024-07-01 20:11:40 +02:00
db-projects.el Match namespace prefix for project utilities with package name 2022-10-16 21:10:45 +02:00
db-utils-test.el Fix precision error in `db/ntp-to-time' 2020-06-27 09:35:31 +02:00
db-utils.el Fix some docstring formatting 2024-03-09 16:30:08 +01:00
org-password-manager.el Ensure org-password-manager only checks for properties when in Org 2024-06-19 16:45:01 +02:00
plantuml-mode.el Add missing type and group declaration in plantuml-mode 2023-10-27 17:06:01 +02:00
timeline-tools-test.el Trying to make test for `timeline-tools' independent of locale 2020-01-05 14:32:35 +01:00
timeline-tools.el Fix some warnings in timeline-tools 2024-06-11 18:19:37 +02:00