From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Log Notes with Non-sequential states Date: Mon, 15 Jan 2007 22:26:08 +0100 Message-ID: <6055df7aeb22a20ecf04ac27d730ce4f@science.uva.nl> References: Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H6k0h-0007V2-Hg for emacs-orgmode@gnu.org; Tue, 16 Jan 2007 03:49:39 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H6k0g-0007U5-IL for emacs-orgmode@gnu.org; Tue, 16 Jan 2007 03:49:38 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H6k0f-0007Tu-Om for emacs-orgmode@gnu.org; Tue, 16 Jan 2007 03:49:38 -0500 Received: from [149.217.40.2] (helo=mailer.mpia-hd.mpg.de) by monty-python.gnu.org with esmtp (Exim 4.52) id 1H6k0f-0003QS-9b for emacs-orgmode@gnu.org; Tue, 16 Jan 2007 03:49:37 -0500 In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Deech Cc: emacs-orgmode@gnu.org 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 recorded. From the TODO list agenda view, this even become `t' for the first switch, `2 t' for the second. - Carsten On Jan 15, 2007, at 18:15, Deech wrote: > 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? > > Thanks... > Deech