From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hsiu-Khuern Tang Subject: Re: Re: Including state-changed headings in the agenda Date: Fri, 31 Oct 2008 13:23:11 -0700 Message-ID: <20081031202310.GA8345@hplhtang1> References: <20081029191752.GH3918@hplhtang1> <8763n8hf4m.fsf@fastmail.fm> <871vxwslue.fsf@gollum.intra.norang.ca> <87y7047ec9.fsf@fastmail.fm> 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 1Kw0YB-0007WI-16 for emacs-orgmode@gnu.org; Fri, 31 Oct 2008 16:24:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kw0Y9-0007Vx-AV for emacs-orgmode@gnu.org; Fri, 31 Oct 2008 16:24:54 -0400 Received: from [199.232.76.173] (port=34759 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kw0Y9-0007Vu-6u for emacs-orgmode@gnu.org; Fri, 31 Oct 2008 16:24:53 -0400 Received: from gundega.hpl.hp.com ([192.6.19.190]:56465) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Kw0Y9-0007EW-8M for emacs-orgmode@gnu.org; Fri, 31 Oct 2008 16:24:53 -0400 Received: from mailhub-pa1.hpl.hp.com (mailhub-pa1.hpl.hp.com [15.25.115.25]) by gundega.hpl.hp.com (8.14.3/8.14.1/HPL-PA Relay) with ESMTP id m9VKNFi0012799 for ; Fri, 31 Oct 2008 13:23:16 -0700 (PDT) Received: from hplhtang1.hpl.hp.com (hplhtang1.hpl.hp.com [15.4.92.205]) by mailhub-pa1.hpl.hp.com (8.14.3/8.14.3/HPL-PA Hub) with ESMTP id m9VKNFlV020469 for ; Fri, 31 Oct 2008 13:23:15 -0700 Received: from htang by hplhtang1.hpl.hp.com with local (Exim 4.62) (envelope-from ) id 1Kw0WV-0002BV-8p for emacs-orgmode@gnu.org; Fri, 31 Oct 2008 13:23:11 -0700 Content-Disposition: inline In-Reply-To: <87y7047ec9.fsf@fastmail.fm> 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 Fri 07:29PM +0000, 31 Oct 2008, mdl@imapmail.org (mdl@imapmail.org) wrote: > Bernt Hansen writes: > > > > 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 > > Sorry, I misunderstood the question. > > Yes, as far as I'm aware, the "DONE" lines don't show up in the log. Yes, that's what I meant. > As Bernt suggested, I imagine you could write a function to clock the > items when you switch them to done. That way they'd show up in the > log. Thanks for both of you for suggesting the use of clocked tasks. I did briefly consider it, but I think it is too heavy-duty for my current use of Org-mode. I suppose I can always use a keyword search for such lines. It shouldn't be too hard to find a regexp that matches both "DONE" and the timestamp. -- Best, Hsiu-Khuern.