emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] org-todo-keywords prompt for note


From: Carsten Dominik
Subject: Re: [Orgmode] org-todo-keywords prompt for note
Date: Wed, 2 Sep 2009 12:47:06 +0200


On Sep 1, 2009, at 5:47 PM, Nathan Neff wrote:

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.


Hi Nathan,

I can think of two solutions:

1. Just follow Org into the notes buffer, but kill it with `C-c C-k'.

2. (setq org-treat-S-cursor-todo-selection-as-state-change nil)
and then use S-right to switch states when you don't want notes to be taken.
   Unfortunately that does not work from the agenda......

HTH

- Carsten



Thanks,
--Nate


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode





reply via email to

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