From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Error about TODO sequence states with 6.09 on Emacs 22.1.1 Date: Fri, 10 Oct 2008 08:42:54 -0400 Message-ID: <87prm8k4dt.fsf@gollum.intra.norang.ca> References: <878wswok30.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KoHKf-00087J-JY for emacs-orgmode@gnu.org; Fri, 10 Oct 2008 08:43:01 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KoHKd-00086k-S8 for emacs-orgmode@gnu.org; Fri, 10 Oct 2008 08:43:01 -0400 Received: from [199.232.76.173] (port=40456 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KoHKd-00086a-Nc for emacs-orgmode@gnu.org; Fri, 10 Oct 2008 08:42:59 -0400 Received: from mho-02-bos.mailhop.org ([63.208.196.179]:57648) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KoHKd-0005Dl-GW for emacs-orgmode@gnu.org; Fri, 10 Oct 2008 08:42:59 -0400 In-Reply-To: <878wswok30.fsf@gmail.com> (Daniel Clemente's message of "Fri\, 10 Oct 2008 11\:50\:11 +0200") 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: Daniel Clemente Cc: emacs-orgmode@gnu.org Daniel Clemente writes: > Hi, I'm seeing a problem with TODO states in the latest org-mode version. > > > .emacs file to reproduce the bug:: > > --------- > (add-to-list 'load-path "~/.emacs.d/org-6.09") > (require 'org) > > (add-to-list 'auto-mode-alist '("\\.org$" . org-mode)) > (define-key global-map "\C-ca" 'org-agenda) > > (setq org-agenda-files (quote ("/tmp/test.org"))) > > (setq debug-on-error t) > > (setq org-todo-keywords > '( (sequence "START(s)" "|" "ENDED(e)") > (sequence "TODO(t)" "|" "DONE(d)")) ) > --------- > > > The file /tmp/test.org must exist, but its content doesn't matter; it can be empty. > Hi Daniel, I get that error with the default org version which is 4.67 for me. If I change your .emacs to use my git sources it works. ,---- | (add-to-list 'load-path "~/git/org-mode/lisp") `---- Are you sure you're using the latest org version? -Bernt