beancount-mode icon indicating copy to clipboard operation
beancount-mode copied to clipboard

Emacs major-mode to work with Beancount ledger files

Results 12 beancount-mode issues
Sort by recently updated
recently updated
newest added

I use `beancount.el` regularly and I manage most of my emacs configuration using use-package, which is designed to support fetching packages from official sources like ELPA and MELPA. I thought...

I think we should fold the flymake code into `beancount.el`. At the very least `beancount-mode` should add itself to `flymake-diagnostic-functions` so people who want to use Flymake in Beancount can...

It appends to `completion-category-defaults` which does not seem the right thing to do. However, I don't know the Emacs completion machinery well enough to say for sure.

# bug 1: if beancount file is located in a path with Chinese characters then flymake-bean-check will tell me this file does not exist ![image](https://github.com/beancount/beancount-mode/assets/54789212/4a16399b-d1bc-4efe-8d1f-a9d6f32b25d1) # bug 2: cannot use...

There is already tree-sitter grammar for beancount, so it would be great to get support for that. Whether or not that will be a supplementary mode to the existing regexp...

As far as I can tell there is no completion for payees. I think this is a useful feature because it helps keep consistent naming with payees, which in turn...

This contains various improvements to the indentation/alignment and completion systems. There are some things that I left in place but were obsoleted and could potentially be removed (e.g. `beancount-indent-transaction` has...

If I put the following in a beancount-mode buffer, select it then run beancount-align-numbers, 2020-02-18 * "abc abc abc abc abc abc * 0.5 abc" Equity:A 1.00 CAD then I...

New issue 183: Custom account names not recognized by beancount-mode https://bitbucket.org/blais/beancount/issues/183/custom-account-names-not-recognized-by Carlos José Ruiz-Henestrosa Ruiz: The const `beancount-account-categories` in `editors/emacs/beancount.el` is defined to the default account names, but it doesn't...

Hi Danielle (and others), I set out this morning to begin hacking away on my parser/writer as mentioned on the mailing list [recently](https://groups.google.com/g/beancount/c/LF1HxKTMa2E), but immediately ran into this. It has...