From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: scheduled item taking time from inactive time stamp Date: Fri, 20 Feb 2009 13:10:34 +0000 Message-ID: <18846.43978.321051.411022@pinto.chemeng.ucl.ac.uk> References: <547849.78457.qm@web28303.mail.ukl.yahoo.com> <0576FFE1-09CF-4CF1-8A59-B80C87A8DC24@uva.nl> Reply-To: e.fraga@ucl.ac.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LaV9O-0004Jn-CT for emacs-orgmode@gnu.org; Fri, 20 Feb 2009 08:10:42 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LaV9N-0004JH-4u for emacs-orgmode@gnu.org; Fri, 20 Feb 2009 08:10:41 -0500 Received: from [199.232.76.173] (port=59156 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LaV9M-0004JC-M8 for emacs-orgmode@gnu.org; Fri, 20 Feb 2009 08:10:40 -0500 Received: from vscani-e.ucl.ac.uk ([144.82.108.33]:48578) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LaV9M-0004PK-7B for emacs-orgmode@gnu.org; Fri, 20 Feb 2009 08:10:40 -0500 In-Reply-To: <0576FFE1-09CF-4CF1-8A59-B80C87A8DC24@uva.nl> From: Eric S Fraga 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: Carsten Dominik Cc: emacs-orgmode@gnu.org, Eric S Fraga Carsten Dominik writes: > Either that, or use a template so that the time will > be put into the second line. The way you have done it now, > the line will ne even be recognized as a TODO entry because > the word TODO is not the first in the headline. Duh! I do feel rather silly now... > Thus, a template > ------------ > * TODO %? > %U > ----------- I like having the date/time on the headline for sorting purposes. Would something like * TODO $U %? still work (or with %t instead of %U obviously)? Thanks, eric