emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] Org Todo Keywords not recognized/treated as keywords


From: Giovanni Ridolfi
Subject: Re: [Orgmode] Org Todo Keywords not recognized/treated as keywords
Date: Wed, 03 Nov 2010 17:47:22 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (windows-nt)

Kristina Spurgin <address@hidden> writes:

Hi, Kristina

> org-todo-keywords is a variable defined in `org.el'.
> Its value is
> ((sequence "TODO(t)" "STARTED(a!)" "WAITING (w@)" "DELEGATED (D!)"
> "SOMEDAY (s)" "|" "SKIPPED (k@)" "CANCELLED (c@)" "DONE(d!)"))

The list has a blank space after WAITING [1], so the list is incorrect ;-)

This works: 

 (setq org-todo-keywords
         ' ((sequence "TODO(t)" "STARTED(a!)" "WAITING(w@)" "DELEGATED(D!)"
"SOMEDAY(s)" "|" "SKIPPED(k@)" "CANCELLED(c@)" "DONE(d!)")))


cheers,

Giovanni

[1] and also after delegated, someday skipped cancelled



reply via email to

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