ledger-mode
ledger-mode copied to clipboard
Emacs Lisp files for interacting with the C++Ledger accounting system
Use the transaction's time as default time when asking when the copy should be created. This allows us to use the relative syntax of org-read-date to move the transaction an...
I commented in [the earlier issue](https://github.com/ledger/ledger-mode/issues/11#issuecomment-1197456187) but then realized I couldn't reopen it.
Heya awesome ledge-mode maintainers! This might seem like a minor thing, but it is making my monthly accounting hellish since I have long complex files for both personal and business...
E.g. sort 2022/5/7 as expected. Previously one had to write 2022/05/07 to do the sorting reliably. Note the zeros! The price for the fix of the sorting is the work...
Since upgrading to ledger v. 3.2.1, I now get the following message when running several emacs ledger commands (filename redacted): ``` While parsing file "", line 1: Error: File to...
Seems the last release tag approaches 3 years. This means fixes like https://github.com/ledger/ledger-mode/commit/bcd8cefb720702db88986a52bb66e08e2e451c05 are not in melpa-stable which in turn means `ledger-mode` is broken in newer emacsen. Can we make...
Even though `ledger-occur` can be used to narrow down a buffer based on a regex, I find it useful to have, in addiction, folding of transaction records. This PR implements...
Delays the expansion of the report command until execution time. This leaves the command in `ledger-report-cmd' unexpanded, which prevents the expanded version of the command from being edited / saved...
Given the following account defined in my `accounts.ledger`: ``` account Expenses:Business:OFC:Hosting alias Office:Hosting ``` When I start typing the alias `Office:Hosting` and hit `` the completion resolves to `alias Office:Hosting`
When editing a command using `ledger-report-edit-report`, the user is presented with the `ledger-report-format-specifiers` already expanded. This means if they save the edit, the format specifier values will then be hard...