From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tassilo Horn Subject: Re: org-datetree Some Suggestions Date: Sun, 15 Nov 2009 11:44:34 +0100 Message-ID: <87639c9iel.fsf@thinkpad.tsdh.de> References: <4AFFBCAC.6090803@manor-farm.org> 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 1N9cbP-0006pO-MJ for emacs-orgmode@gnu.org; Sun, 15 Nov 2009 05:45:03 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N9cbK-0006iZ-JH for emacs-orgmode@gnu.org; Sun, 15 Nov 2009 05:45:02 -0500 Received: from [199.232.76.173] (port=53054 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N9cbK-0006iM-2g for emacs-orgmode@gnu.org; Sun, 15 Nov 2009 05:44:58 -0500 Received: from lo.gmane.org ([80.91.229.12]:52418) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1N9cbJ-00079O-E0 for emacs-orgmode@gnu.org; Sun, 15 Nov 2009 05:44:57 -0500 Received: from list by lo.gmane.org with local (Exim 4.50) id 1N9cbH-0002Kc-Oq for emacs-orgmode@gnu.org; Sun, 15 Nov 2009 11:44:55 +0100 Received: from p54af15c6.dip0.t-ipconnect.de ([84.175.21.198]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 15 Nov 2009 11:44:55 +0100 Received: from tassilo by p54af15c6.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 15 Nov 2009 11:44:55 +0100 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 Ian Barton writes: Hi Ian, > At the moment dates are inserted as plain text. It would nice to have > an option to insert the date as either an active or inactive > date. Perhaps if there was a remember variable the user could simply > surround it with either "[" or "<" as appropriate. Or maybe there is a > better way? You can use the %U escape in any remember template, which inserts the inactive timestamp for this item's creation time. Bye, Tassilo