From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Including state-changed headings in the agenda Date: Thu, 6 Nov 2008 09:04:02 +0100 Message-ID: <7C1366A8-DA58-451A-89D2-B5A782B2E2CB@uva.nl> References: <20081029191752.GH3918@hplhtang1> Mime-Version: 1.0 (Apple Message framework v929.2) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kxzqb-0000Nq-Uu for emacs-orgmode@gnu.org; Thu, 06 Nov 2008 03:04:09 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kxzqa-0000NX-NQ for emacs-orgmode@gnu.org; Thu, 06 Nov 2008 03:04:09 -0500 Received: from [199.232.76.173] (port=47816 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kxzqa-0000NS-Jb for emacs-orgmode@gnu.org; Thu, 06 Nov 2008 03:04:08 -0500 Received: from mx20.gnu.org ([199.232.41.8]:15194) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Kxzqa-0000Ax-Ah for emacs-orgmode@gnu.org; Thu, 06 Nov 2008 03:04:08 -0500 Received: from ug-out-1314.google.com ([66.249.92.171]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KxzqY-000308-SR for emacs-orgmode@gnu.org; Thu, 06 Nov 2008 03:04:07 -0500 Received: by ug-out-1314.google.com with SMTP id 36so845229uga.17 for ; Thu, 06 Nov 2008 00:04:05 -0800 (PST) In-Reply-To: <20081029191752.GH3918@hplhtang1> 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: Hsiu-Khuern Tang Cc: "emacs-orgmode@gnu.org" 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 - Carsten