Kristina Spurgin <[email protected]> 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.
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-orgmode