[Orgmode] patch to outline.el concerning isearch

2006-12-13 Thread John J Foerch
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

[Orgmode] Re: feature related to elided text while searching

2006-12-13 Thread John J Foerch
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

[Orgmode] Add a space with M-left/right

2006-12-13 Thread Scott Jaderholm
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

Re: [Orgmode] the org-CUA-compatible variable

2006-12-13 Thread Angelina Carlton
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