emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Re: Error about TODO sequence states with 6.09 on Emacs 22.1.1


From: Bernt Hansen
Subject: [Orgmode] Re: Error about TODO sequence states with 6.09 on Emacs 22.1.1
Date: Fri, 10 Oct 2008 08:42:54 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

Daniel Clemente <address@hidden> 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




reply via email to

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