Hello,
I want to implement a particular feature in org-mode that depends upon some
functionality being added to outline-mode. (org-mode is derived from
outline-mode.) The feature concerns display of ancestor and sibling headings
when an isearch has come to successful completion in a hidden part
Carsten Dominik <[EMAIL PROTECTED]> writes:
> This is something on my wish list. What would be needed to accomplish this
> is a new hook in isearch.el which runs late enough. Currently there is no
> such hook.
>
> What you can do is run org-reveal `C-c C-r' after the search finishes,
> this may
Hi,
It is nice that M-RET adds a space after the last * so that you can start
typing right away. If I M-left/right the headline though before I have typed
anything then that charity space is eliminated, and I often find myself
accidently typing ***Something like this instead of *** This. Can we m
Carsten Dominik <[EMAIL PROTECTED]> writes:
> This variable needs to be set *before* org.el gets loaded. So please
> swap these lines, or, oven better, omit the (require 'org). It is not needed
> since all necessary functions are autoloaded, so that org.el will be loaded
> automatically when need