* org-todo-keywords (add note when switch to DONE)
@ 2019-07-06 9:30 Uwe Brauer
0 siblings, 0 replies; only message in thread
From: Uwe Brauer @ 2019-07-06 9:30 UTC (permalink / raw)
To: emacs-orgmode
Hi
I am using the following setting (which I found
(setq org-todo-keywords
'((sequence "TODO(t)" "WAIT(w@/!)" "|" "DONE(d!)" "CANCELED(c@)")))
Which works, almost like charms.
The only thing is, when I switch the states, at least optionally, I want
to have the possibility to add a note, explaining why I changed the
state.
Now C-u C-c C-t works for the switch from TODO to wait, but not from
wait to done.
So I also tried
(setq org-todo-keywords
; '((sequence "TODO(t)" "WAIT(w@/!)" "|" "DONE(d@/!)" "CANCELED(c@)")))
'((sequence "TODO(t)" "WAIT(w@/!)" "|" "DONE(d@)" "CANCELED(c@)")))
None of them worked, when I switch to DONE, no note is added
What do I miss?
Regards
Uwe Brauer
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2019-07-06 9:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-06 9:30 org-todo-keywords (add note when switch to DONE) Uwe Brauer
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).