[Orgmode] Re: Problem with org-show-todo-tree v5.02

2007-07-14 Thread Bernt Hansen
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

Re: [Orgmode] Re: Problem with org-show-todo-tree v5.02

2007-07-13 Thread Carsten Dominik
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

[Orgmode] Re: Problem with org-show-todo-tree v5.02

2007-07-13 Thread Bernt Hansen
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

[Orgmode] Re: Problem with org-show-todo-tree v5.02

2007-07-12 Thread Bernt Hansen
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