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

2010-11-03 Thread Kristina Spurgin
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 writes: Hi, Kristina org-todo-keywords is a variabl

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

2010-11-03 Thread Giovanni Ridolfi
Kristina Spurgin 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

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

2010-11-03 Thread Kristina Spurgin
Hi Giovanni, Thanks for your response. > what's the value of org-todo-keywords ? > > C-h v org-todo-keywords 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@)" "D

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

2010-11-03 Thread Giovanni Ridolfi
Kristina Spurgin writes: Hi, Kristina, > > I'm running into a problem with todo keywords. what's the value of org-todo-keywords ? C-h v org-todo-keywords In my setup: Its value is ((sequence "TODO" "DONE")) You can change the value of the variable in a "per file" basis #+TODO: TODO FEEDBA

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

2010-11-03 Thread Kristina Spurgin
Hi, I'm running into a problem with todo keywords. Plain TODO works fine: * To do list ** TODO Do this thing STARTED works as expected, as does DONE. WAITING, DELEGATED, SOMEDAY, SKIPPED, and CANCELLED are the problematic ones. They all behave the same way. I'll use WAITING as an example.