Re: [Orgmode] logging transitional states

2006-12-19 Thread Carsten Dominik
On Dec 19, 2006, at 14:18, Dmitri Minaev wrote: On 12/18/06, Carsten Dominik <[EMAIL PROTECTED]> wrote: Currently there is not, but this looks like a useful extension. Actually, there are at least two other ways to reach the goal and I use them both: a) simple timestamps (like: <2006-12-18 M

Re: [Orgmode] logging transitional states

2006-12-19 Thread Dmitri Minaev
On 12/18/06, Carsten Dominik <[EMAIL PROTECTED]> wrote: Currently there is not, but this looks like a useful extension. Actually, there are at least two other ways to reach the goal and I use them both: a) simple timestamps (like: <2006-12-18 Mon> invoice rcvd) and b) subtasks for every step of

Re: [Orgmode] logging transitional states

2006-12-19 Thread Carsten Dominik
Actually, I can simply hook this into the system for taking notes when an item is done - so this will already be in 4.60. - Carsten On Dec 18, 2006, at 13:59, Dmitri Minaev wrote: Hi, I use org-mode with TODO keywords denoting workflow states. E.g., when tracking purchases, I set the keywords

Re: DSPAM Re: [Orgmode] logging transitional states

2006-12-19 Thread Carsten Dominik
What is wrong with doing what Edd is using currently: Add a tag when you want to mark a DONE state in a particular way. Sounds to me straight forward and functional, you can find them with tags searches etc. Setting up several DONE states, and even having a number of different TODO sequences in a

Re: DSPAM Re: [Orgmode] logging transitional states

2006-12-19 Thread Bastien
"Eddward DeVilla" <[EMAIL PROTECTED]> writes: > I have also wished for other 'Done' type states. Currently I mark > them all DONE and if there is something interesting about the > 'Done-ness' of it I add that as a tag such as :SCRATCHED: :CANCELED: > or :REJECTED:. I haven't found it to be much

Re: [Orgmode] logging transitional states

2006-12-18 Thread Eddward DeVilla
I have also wished for other 'Done' type states. Currently I mark them all DONE and if there is something interesting about the 'Done-ness' of it I add that as a tag such as :SCRATCHED: :CANCELED: or :REJECTED:. I haven't found it to be much of a problem, but I've wondered if it would be difficu

Re: [Orgmode] logging transitional states

2006-12-18 Thread Daniel J. Sinder
Just to add a related idea which may be relevant to a new extension: Even for 'type' TODO keywords, they are asymmetric. There may be any number of keywords that essentially mean 'to do', but only one (DONE) that means 'done.' I occasionally have TODO items that become moot or otherwise unintere

Re: [Orgmode] logging transitional states

2006-12-18 Thread Carsten Dominik
Currently there is not, but this looks like a useful extension. Forthcoming, some time next year. - Carsten On Dec 18, 2006, at 13:59, Dmitri Minaev wrote: Hi, I use org-mode with TODO keywords denoting workflow states. E.g., when tracking purchases, I set the keywords to: #+SEQ_TODO: TODO

[Orgmode] logging transitional states

2006-12-18 Thread Dmitri Minaev
Hi, I use org-mode with TODO keywords denoting workflow states. E.g., when tracking purchases, I set the keywords to: #+SEQ_TODO: TODO ORDERED INVOICE PAYED RECEIVED SENT Is there a way to log the dates not only for the completion (SENT state), but also for all transitional states? Thank you.