Rainer Stengele <[EMAIL PROTECTED]> writes: > ---+ Headline Level 1 > * text > * text > ---+ Headline Level 1 > i. text1 > i. text2 > ---++ Headline Level 2 > ---+++ Headline Level 3 > ---++++ Headline Level 4 > > I wonder if it would be possible to somehow locally set the regex which > defines what a headline for org is. > As old perl hacker I would say the regex it is something as simple as > ^---[+]+\s
As a starting point, maybe check outline-mode and outline-minor-mode. (setq outline-regexp "^---\++") will help. Then look in the menu for the show/hide commands in outline. Thus you will have basic folding capabilities. But not all the Org fun, sure. -- Bastien _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode