emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] org-todo-keywords prompt for note


From: Nathan Neff
Subject: [Orgmode] org-todo-keywords prompt for note
Date: Tue, 1 Sep 2009 10:47:01 -0500

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




reply via email to

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