* lognotestate for some keywords when set globally not per-buffer?
@ 2008-01-01 14:18 Adam Spiers
2008-01-03 7:28 ` Carsten Dominik
0 siblings, 1 reply; 2+ messages in thread
From: Adam Spiers @ 2008-01-01 14:18 UTC (permalink / raw)
To: org-mode mailing list
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?
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: lognotestate for some keywords when set globally not per-buffer?
2008-01-01 14:18 lognotestate for some keywords when set globally not per-buffer? Adam Spiers
@ 2008-01-03 7:28 ` Carsten Dominik
0 siblings, 0 replies; 2+ messages in thread
From: Carsten Dominik @ 2008-01-03 7:28 UTC (permalink / raw)
To: Adam Spiers; +Cc: org-mode mailing list
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-01-03 8:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-01 14:18 lognotestate for some keywords when set globally not per-buffer? Adam Spiers
2008-01-03 7:28 ` Carsten Dominik
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.