emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Carsten Dominik
Subject: Re: [Orgmode] Re: Problem with org-show-todo-tree v5.02
Date: Sat, 14 Jul 2007 07:15:43 +0200


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 I find useful for things like editing asciidoc source files.

You should always set this variable in a buffer-local way:

(set (make-local-variable 'outline-regexp) "\\(?:\\*+\\|=+ \\)")

In fact, I should do this for org-mode, and I am not doing it!
Amazing that this was discovered only now.  Will be fixed in the
next version.

- Carsten





reply via email to

[Prev in Thread] Current Thread [Next in Thread]