Re: [Orgmode] Log Notes with Non-sequential states

2007-01-16 Thread Dmitri Minaev
On 1/16/07, Carsten Dominik <[EMAIL PROTECTED]> wrote: There is no natural way to switch back between two states S-left and S-right work well for me... -- With best regards, Dmitri Minaev ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://

Re: [Orgmode] Log Notes with Non-sequential states

2007-01-16 Thread Carsten Dominik
There is no natural way to switch back between two states, but you can select a specific goal state by Using a prefix argument. If you have #+SEQ_TODO TODO WAITING DONE The you can use `C-c C-t' to switch from TODO to WAITING, and `C-2 C-c C-t' to switch directly to WAITING, with proper notes

Re: [Orgmode] Log Notes with Non-sequential states

2007-01-15 Thread Dmitri Minaev
I like lognotestate so much that I use it even when it is not the right thing to do :). BTW, I didn't have a chance yet to thank Carsten for implementing it. It's great, thanks! I'd say that it is quite comfortable to use it for oscillating between states. You can also try to use tags to mark the

[Orgmode] Log Notes with Non-sequential states

2007-01-15 Thread Deech
Hi all, I am trying to use the lognotestate feature to log the progress of a project. However my projects go from WAITING to TODO and back to WAITING so there is no definate sequence. Is lognotestate even the right feature to use? Is there a better tool to log the actions taken in a project? Tha