From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hsiu-Khuern Tang Subject: Re: Including state-changed headings in the agenda Date: Fri, 7 Nov 2008 11:58:25 -0800 Message-ID: <20081107195824.GY8345@hplhtang1> References: <20081029191752.GH3918@hplhtang1> <7C1366A8-DA58-451A-89D2-B5A782B2E2CB@uva.nl> Reply-To: Hsiu-Khuern Tang Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KyXVL-0005UM-Ph for emacs-orgmode@gnu.org; Fri, 07 Nov 2008 15:00:27 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KyXVH-0005SC-Oy for emacs-orgmode@gnu.org; Fri, 07 Nov 2008 15:00:26 -0500 Received: from [199.232.76.173] (port=49460 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KyXVH-0005S9-LI for emacs-orgmode@gnu.org; Fri, 07 Nov 2008 15:00:23 -0500 Received: from madara.hpl.hp.com ([192.6.19.124]:60855) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KyXVG-0003o8-MG for emacs-orgmode@gnu.org; Fri, 07 Nov 2008 15:00:23 -0500 Received: from masterns.hpl.hp.com (masterns.hpl.hp.com [15.0.48.4]) by madara.hpl.hp.com (8.14.3/8.14.1/HPL-PA Relay) with ESMTP id mA7JwTUb028877 for ; Fri, 7 Nov 2008 11:58:29 -0800 (PST) Received: from hplhtang1.hpl.hp.com (hplhtang1.hpl.hp.com [15.4.92.205]) by masterns.hpl.hp.com (8.14.3/8.14.3/HPL-PA Hub) with ESMTP id mA7JwSgj004632 for ; Fri, 7 Nov 2008 11:58:29 -0800 Received: from htang by hplhtang1.hpl.hp.com with local (Exim 4.62) (envelope-from ) id 1KyXTN-0002Ob-Bo for emacs-orgmode@gnu.org; Fri, 07 Nov 2008 11:58:25 -0800 Content-Disposition: inline In-Reply-To: <7C1366A8-DA58-451A-89D2-B5A782B2E2CB@uva.nl> 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: "emacs-orgmode@gnu.org" * On Thu 08:04AM +0000, 06 Nov 2008, Carsten Dominik (dominik@science.uva.nl) wrote: > > On Oct 29, 2008, at 8:17 PM, Hsiu-Khuern Tang wrote: > > > Hi, > > > > Let's say I have a repeating task like this: > > > > ** TODO Do this > > SCHEDULED: <2008-10-29 Wed +1w> > > > > Cycling to a done state will track the done time and increment the > > scheduled > > time according to the repeater: > > > > ** TODO Do this > > - State "DONE" [2008-10-29 Wed 10:44] > > SCHEDULED: <2008-11-05 Wed +1w> > > > > How can I display such items in the daily agenda? Turning on log > > mode will > > only display CLOSED items, but since the above task is not closed, > > it doesn't > > show up. > > This is now possible. To do it just for a single view, > press `C-u l' instead of `l' in the daily/weekly agenda. > > If you like what you see and want this always to be present when you > turn on log mode, customize the variable `org-agenda-log-mode-items'. > > Now, if you finish only ones task during a day, but with several state > changes, you can feel very productive already :-) > > HTH Yes, it does help! I tested this using the development version, and things work just as described. I now have org-agenda-log-mode-items configured to (closed state). Thank you very much for implementing this! -- Best, Hsiu-Khuern.