emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] lognotestate for some keywords when set globally not per-b


From: Carsten Dominik
Subject: Re: [Orgmode] lognotestate for some keywords when set globally not per-buffer?
Date: Thu, 3 Jan 2008 08:28:23 +0100


On Jan 1, 2008, at 3:18 PM, Adam Spiers wrote:

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?


This works fine for me, but you also need either

STARTUP: lognotestate

or

(setq org-log-done '(state))

- Carsten





reply via email to

[Prev in Thread] Current Thread [Next in Thread]