Daniel Clemente <[EMAIL PROTECTED]> 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


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to