Martin Michlmayr
Martin Michlmayr
See https://blog.readthedocs.com/migrate-configuration-v2/ > We plan to start failing builds not using configuration file version 2 on September 25, 2023.
What I call "inline maths" is apparently called "Expression amounts": https://www.ledger-cli.org/3.0/doc/ledger3.html#Expression-amounts `((....)) is a "valuation function"
beancount v3 has slightly different syntax than v2. I need to look into that.
I have a 16 MB ledger file which I converted to a 15 MB beancount file using ledger2beancount. The ledger file (with vim-ledger) loads pretty much instantly. The beancount file...
Background: https://bitbucket.org/blais/beancount/issues/379 ``` 2019-03-05 txn "Foo foo" Assets:Test 10.00 EUR Equity:Opening-Balance -10.00 EUR ``` The "foo" in the next line is not coloured properly. 
``` 2019-03-05 txn "Foo" Assets:Test 10.00 EUR Equity:Opening-Balance -10.00 EUR 2019-03-05 txn "Foo\\" Assets:Test 10.00 EUR Equity:Opening-Balance -10.00 EUR ``` 
With a file like: ``` * TODO Test SCHEDULED: DEADLINE: ``` `SCHEDULED` is highlighted but `DEADLINE` is not. If I put `DEADLINE` on a separate line, it gets highlighted. But...
With the "day" view I get: ``` Date: Thursday 09 July 2020, Span: day test: 50y 202d ago: TODO Test 1 test: 50y 202d ago: TODO Test 2 ``` But...
With a file like: ``` * TODO Test SCHEDULED: DEADLINE: ``` `SCHEDULED` is highlighted but `DEADLINE` is not. If I put `DEADLINE` on a separate line, it gets highlighted. But...
Fixes #152