Results 134 issues of 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"

documentation

beancount v3 has slightly different syntax than v2. I need to look into that.

enhancement

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. ![syntax](https://user-images.githubusercontent.com/1556037/53819051-d6da5d00-3f71-11e9-9078-33e5b1c8f729.jpg)

``` 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 ``` ![syntax](https://user-images.githubusercontent.com/1556037/53818897-8662ff80-3f71-11e9-821f-139bf3c1171a.jpg)

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...