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: Kristina Spurgin
Subject: Re: [Orgmode] Org Todo Keywords not recognized/treated as keywords
Date: Wed, 03 Nov 2010 13:09:43 -0400
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.11) Gecko/20101013 Thunderbird/3.1.5

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<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]