On 07/07/2019 22:16, Frederick Noon wrote:
> I've gotten section folding to work again, but only by manually invoking
> 'outline-minor-mode'.  Shouldn't that be engaged by 'beancount-mode'? 
> Or am I not "doing it right"?

Why should it?  Pairing the outline folding facility with beancount-mode
via org-mode was optional before, and I feel it should stay that way.
The recommended way to have the outline folding facility with
beancount-mode is to do enable outline-minor-mode from beancount-mode-hook:

(add-hook 'beancount-mode-hook #'outline-minor-mode)

as detailed in the very first mail in this thread.

PS: Sending four emails that could be very well summarized with "I am
too lazy to read the very same email I'm answering too, but I feel
entitled to complain" is not the best way to motivate people to invest
their free time in helping you.

Best,
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/ed58a1a3-7afe-bc07-b3d8-05e29c303441%40grinta.net.
For more options, visit https://groups.google.com/d/optout.

Reply via email to