Hi Stefano, On 14/06/2019 17:52, Stefano M Canta wrote: > > 3) Tree node labels with different asterisks show up all with the > same font > > Not for me. There is also a test that verifies that this works as > intended. Do you have a minimal example that shows the problem? > > I will send a screenshot later!
Please don't. Just report the exact content of the buffer that gives you this problem. > > 5) In org-mode, I could separate labels by adding an extra empty line. > > The behavior is different here. > > I don't understand what you mean. How is the behavior different? > > > *bla > transaction bla bla > > transaction bla bla > > *bla2 > transaction bla bla > > > *bla3 > > When you collapse in org-mode you see: > *bla > *bla2 > /// extra empty line > *bla3 > > In beancount-mode you see > *bla > *bla2 > *bla3 This is how outline-minor-mode implements folding. I guess it differs slightly from what org-mode implements. Given that org-mode is derived from outline-mode (I think) there may be a way to instruct outline-mode to do the same. At a quick look I don't see it, however. 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/9d7a3c92-12d4-dfea-2e6b-79b77c1460da%40grinta.net. For more options, visit https://groups.google.com/d/optout.
