emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Using orgstruct-mode (or just org-cycle) in emacs-lisp-mode


From: Jonas Bernoulli
Subject: Re: [O] Using orgstruct-mode (or just org-cycle) in emacs-lisp-mode
Date: Wed, 18 Nov 2015 10:57:52 +0100
User-agent: mu4e 0.9.15; emacs 25.0.50.1

Nicolas Goaziou <address@hidden> writes:

> Hello,
>
> Jonas Bernoulli <address@hidden> writes:
>
>> Thanks.  But could you please change it to
>>
>>   (if (or outline-minor-mode orgstruct-mode)
>>       (call-interactively #'show-children)
>>     ...)
>
> You could set `orgstruct-mode' to a non-nil value whenever
> `outline-minor-mode' is enabled.

I could (instead I am currently just maintaining a local patch),
but what is the reasoning for not just doing what I suggested?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]