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

2009-09-02 Thread Carsten Dominik
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

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

2009-09-01 Thread Sebastian Rose
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

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

2009-09-01 Thread Sebastian Rose
> 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@/@

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

2009-09-01 Thread Sebastian Rose
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!

[Orgmode] org-todo-keywords prompt for note

2009-09-01 Thread Nathan Neff
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