From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Jonathan Underwood" Subject: Re: Re: Problem when customizing TODO sequence Date: Thu, 7 Jun 2007 15:59:08 +0100 Message-ID: <645d17210706070759yc5ab539h860e9b32e4d6c799@mail.gmail.com> References: <645d17210706070417n44fcdaa0wf084c7e461a4e5b@mail.gmail.com> <26a2adb7aeae5e462a88792f7b549a1d@science.uva.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HwJSE-0005IV-1g for emacs-orgmode@gnu.org; Thu, 07 Jun 2007 10:59:14 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HwJSB-0005Hd-Q5 for emacs-orgmode@gnu.org; Thu, 07 Jun 2007 10:59:13 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HwJSB-0005Ha-Kl for emacs-orgmode@gnu.org; Thu, 07 Jun 2007 10:59:11 -0400 Received: from ug-out-1314.google.com ([66.249.92.171]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HwJSB-0007pS-3x for emacs-orgmode@gnu.org; Thu, 07 Jun 2007 10:59:11 -0400 Received: by ug-out-1314.google.com with SMTP id 34so784136ugf for ; Thu, 07 Jun 2007 07:59:08 -0700 (PDT) In-Reply-To: <26a2adb7aeae5e462a88792f7b549a1d@science.uva.nl> Content-Disposition: inline List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Carsten Dominik Cc: emacs-orgmode@gnu.org On 07/06/07, Carsten Dominik wrote: > Try restarting Emacs, to make sure everything is consistent. Done. It is. > Then > check the value of the variable org-version to make sure that you are > using the right value. C-h v org-version reports 4.76, so i think that's ok (I noticed earlier you hadn't bumped version between 4.76 and 4.77). > Finally, make sure that you have no > buffer-local settings for the TODO states, like > > #SEQ_TODO: TODO DONE > I have no such buffer local settings. OTOH, everything works as expected if I DO add a buffer local setting of #SEQ_TODO. So I think there is a bug which is stopping org-todo-keywords-1 when org-todo-keywords is set. J.