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)" "|" "DO
Hi Nathan,
Sorry for my typo (see below).
Sebastian Rose writes:
> Nathan Neff writes:
>> 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 or
> Nathan Neff writes:
>> 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@/@
Nathan Neff writes:
> 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!
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