emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-todo-keywords prompt for note
@ 2009-09-01 15:47 Nathan Neff
  2009-09-01 16:33 ` Sebastian Rose
  2009-09-02 10:47 ` Carsten Dominik
  0 siblings, 2 replies; 5+ messages in thread
From: Nathan Neff @ 2009-09-01 15:47 UTC (permalink / raw)
  To: emacs-orgmode

Hello,

When marking an item as DONE, I would like to be able to press "n"
if I want to leave a note, and press "d" to just mark the item as DONE.

I've tried using this trick:

(setq org-todo-keywords '(
(sequence "TODO(t)" "STARTED(s)" "|" "DONE(n@/@)" "DONE(d!)")


I also tried this:

(sequence "TODO(t)" "STARTED(s)" "|" "DONE(n@/@)")
(sequence "TODO(t)" "STARTED(s)" "|" "DONE(d!)")

But neither kludge would prompt me for a note when I press Ctrl-C Ctrl-T n

I realize this is picky, because I can manually insert a note before marking
an item as DONE.  I'm just wondering if anyone knows a way that two
shortcuts can be defined for the same TODO state, with one of the
shortcuts prompting for a note.

Thanks,
--Nate

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-09-02 10:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-01 15:47 org-todo-keywords prompt for note Nathan Neff
2009-09-01 16:33 ` Sebastian Rose
2009-09-01 16:38   ` Sebastian Rose
2009-09-01 16:56   ` Sebastian Rose
2009-09-02 10:47 ` Carsten Dominik

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).