From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Lundin Subject: Re: todo items not working? Date: Wed, 29 Apr 2009 08:02:58 -0500 Message-ID: References: <65339c410904282021h59cca1f1gcd1ebe322c978416@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lz9RV-0001uF-V0 for emacs-orgmode@gnu.org; Wed, 29 Apr 2009 09:03:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lz9RR-0001pm-Eb for emacs-orgmode@gnu.org; Wed, 29 Apr 2009 09:03:17 -0400 Received: from [199.232.76.173] (port=35613 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lz9RR-0001pi-7v for emacs-orgmode@gnu.org; Wed, 29 Apr 2009 09:03:13 -0400 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:40831) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lz9RQ-0000m5-J4 for emacs-orgmode@gnu.org; Wed, 29 Apr 2009 09:03:12 -0400 In-Reply-To: <65339c410904282021h59cca1f1gcd1ebe322c978416@mail.gmail.com> (Saketh's message of "Tue\, 28 Apr 2009 23\:21\:13 -0400") 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: Saketh Cc: emacs-orgmode@gnu.org Saketh writes: > Hi everyone: > > I'm using Emacs 22.2.1 and org-mode 6.14 on Ubuntu Linux. > > I've been trying to go through David O'Toole's tutorial, but I've hit a > problem in the first example itself. I have the following org file > loaded in org-mode: > > * test > ** TODO test2 > > However, when I do 'C-c C-t' on the second item, it changes it to this: > > * test > =C2=A0TODO ** test2 > > and messages 'not on a heading'. > > Having encountered this error, I tried using the older version of > org-mode that Emacs 22 ships with -- and double-checked that the > version change had indeed been recognized -- but I encountered the same > problem, except now the TODO is spliced in between the two asterisks: > > * test > * TODO * test2 I've never encountered this behavior. Could you share your customization for the variable org-todo-keywords? Regards,=20 Matt