Carsten Dominik <[EMAIL PROTECTED]> writes:
> You should always set this variable in a buffer-local way:
>
> (set (make-local-variable 'outline-regexp) "\\(?:\\*+\\|=+ \\)")
Thanks! I'll try that.
-Bernt
___
Emacs-orgmode mailing list
Emacs-orgmode
On Jul 14, 2007, at 2:58, Bernt Hansen wrote:
Okay I think I know what I'm doing wrong here. For some files I'm
changing the outline-regexp to something org mode isn't expecting.
When
I visit a *.txt file I change the outline-regexp to
(setq outline-regexp "\\(?:\\*+\\|=+ \\)")
which
Bernt Hansen <[EMAIL PROTECTED]> writes:
> Carsten Dominik <[EMAIL PROTECTED]> writes:
>
>> I cannot reproduce this. Can you try to make a small example file
>> and tell us where the cursor is and what the folding state
>> of the buffer is when you call the command?
>>
>> - Carsten
>>
>> On Jul 1
Carsten Dominik <[EMAIL PROTECTED]> writes:
> I cannot reproduce this. Can you try to make a small example file
> and tell us where the cursor is and what the folding state
> of the buffer is when you call the command?
>
> - Carsten
>
> On Jul 11, 2007, at 18:37, Bernt Hansen wrote:
>
>> Hi Carst