From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hsiu-Khuern Tang Subject: Including state-changed headings in the agenda Date: Wed, 29 Oct 2008 12:17:53 -0700 Message-ID: <20081029191752.GH3918@hplhtang1> 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 1KvGZx-0007pM-8p for emacs-orgmode@gnu.org; Wed, 29 Oct 2008 15:19:41 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KvGZv-0007oj-OX for emacs-orgmode@gnu.org; Wed, 29 Oct 2008 15:19:41 -0400 Received: from [199.232.76.173] (port=58958 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KvGZv-0007od-LU for emacs-orgmode@gnu.org; Wed, 29 Oct 2008 15:19:39 -0400 Received: from madara.hpl.hp.com ([192.6.19.124]:62918) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KvGZv-0005Bs-DE for emacs-orgmode@gnu.org; Wed, 29 Oct 2008 15:19:39 -0400 Received: from mailhub-pa1.hpl.hp.com (mailhub-pa1.hpl.hp.com [15.25.115.25]) by madara.hpl.hp.com (8.14.3/8.14.1/HPL-PA Relay) with ESMTP id m9TJHv9K013092 for ; Wed, 29 Oct 2008 12:17:57 -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 m9TJHvO1028654 for ; Wed, 29 Oct 2008 12:17:57 -0700 Received: from htang by hplhtang1.hpl.hp.com with local (Exim 4.62) (envelope-from ) id 1KvGYD-0006AH-Sw for emacs-orgmode@gnu.org; Wed, 29 Oct 2008 12:17:53 -0700 Content-Disposition: inline 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" 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. Thanks! -- Best, Hsiu-Khuern.