From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Including state-changed headings in the agenda Date: Fri, 31 Oct 2008 13:42:01 -0400 Message-ID: <871vxwslue.fsf@gollum.intra.norang.ca> References: <20081029191752.GH3918@hplhtang1> <8763n8hf4m.fsf@fastmail.fm> 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 1Kvy0h-00078r-Vu for emacs-orgmode@gnu.org; Fri, 31 Oct 2008 13:42:12 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kvy0g-000785-Ny for emacs-orgmode@gnu.org; Fri, 31 Oct 2008 13:42:11 -0400 Received: from [199.232.76.173] (port=53703 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kvy0g-00077r-Fu for emacs-orgmode@gnu.org; Fri, 31 Oct 2008 13:42:10 -0400 Received: from mho-02-bos.mailhop.org ([63.208.196.179]:63985) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Kvy0g-0003ex-4N for emacs-orgmode@gnu.org; Fri, 31 Oct 2008 13:42:10 -0400 In-Reply-To: <8763n8hf4m.fsf@fastmail.fm> (Matthew Lundin's message of "Fri\, 31 Oct 2008 12\:02\:33 -0500") 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: Matthew Lundin Cc: "emacs-orgmode@gnu.org" Matthew Lundin writes: > Hsiu-Khuern Tang writes: > >> 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. > > When I have a recurring task, it looks like this: > > * TODO Do this > SCHEDULED: <2008-11-01 Sat +1d> > - State "DONE" [2008-10-31 Fri 12:00] > > In other words, the "Done" lines are added beneath the SCHEDULED line. > As long as the SCHEDULED timestamp directly follows the TODO item, it > should show up in the agenda. > > Did you perhaps accidentally move the SCHEDULED line? It shows up no matter where the schedule line is in the body of the task. However I think what Hsiu-Khuern Tang is asking is that _completed_ logs show up in the agenda (ie the fact that it was marked DONE yesterday). As far as I know you can't do that. When you mark a repeating task done it just reschedules to the future and there is no viewable log in the agenda that you did it previously (unless you clock time against it) -Bernt