Hello Uwe, On 21-06-2019 15:04, Uwe Ziegenhagen wrote: > Hi there, I have a few questions regarding the emacs mode and hope that > you can help me: > > 1) I have created the following file (see the bottom). Given that I want > to create another transaction are there any commands I can use as a > template (then jumping from field to field via tab). Does anyone of you > have maybe yas snippets in use?
I don't feel the need for this of facility. Because of the terseness of the beancount syntax, there a templating functionality would not spare you much typing: here is not much more than quotes "" around the narration that a template could insert for you. > 2) Given that have (manually) entered the following line next I'd want > to enter the accounts > > 2019-02-23 * "Lebensmittel" > > If I press C-c ' I get the following. My expection would be that > pressing V<tab> gives me a list in what form ever where I can select the > corresponding account. However I just get [no match] > > Is my process correct? It is. But beancount-mode does not read the "name_xxx" options from the buffer and hardcodes the default English root account root names. It is not entirely trivial to fix this such that the names are configurable, because a number of regular expressions used all over the place would have to be recomputed. As a work around, you can modify the definition of the beancount-account-categories constant in beancount.el. Cheers, Dan -- You received this message because you are subscribed to the Google Groups "Beancount" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beancount/0103d928-6b5f-c14e-c1cb-c93bc971dd14%40grinta.net. For more options, visit https://groups.google.com/d/optout.
