Giovanni,

Ha! I knew it was going to be something obvious but apparently invisible to me.

Yes, this works.

Thanks a bunch. One less minor annoyance in life. :-)

-Kristina

On 11/3/2010 12:47 PM, Giovanni Ridolfi wrote:
Kristina Spurgin<krist...@infomuse.net>  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

_______________________________________________
Emacs-orgmode mailing list
Please 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