Happy New Year everyone!  Hope you had fun celebrating and are ready
for another 12 months of org-fuelled efficiency ;-)

I just switched from per-buffer settings:

#+SEQ_TODO: NEXT(n) STARTED(>) | DONE(d)
#+SEQ_TODO: PROJECT(p) | PROJDONE(P)
#+SEQ_TODO: WAITING(w@) CHASE(C@) |
#+SEQ_TODO: SOMEDAY(s) MAYBE(m) | CANCELLED(c@)

to a global setting in org-todo-keywords:

((sequence "NEXT(n)" "STARTED(>)" "|" "DONE(d)")
 (sequence "PROJECT(p)" "PROJDONE(P)")
 (sequence "WAITING(w@)" "CHASE(C@)" "|")
 (sequence "SOMEDAY(s)" "MAYBE(m)" "|" "CANCELLED(c@)"))

However it now seems to ignore the @ symbols and never prompts for a
note on state change.  Is that a bug, or am I configuring it wrong?


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