From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: scheduled item taking time from inactive time stamp Date: Fri, 20 Feb 2009 12:56:09 +0100 Message-ID: <0576FFE1-09CF-4CF1-8A59-B80C87A8DC24@uva.nl> References: <547849.78457.qm@web28303.mail.ukl.yahoo.com> Mime-Version: 1.0 (Apple Message framework v930.3) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LaTzN-0006ZW-1M for emacs-orgmode@gnu.org; Fri, 20 Feb 2009 06:56:17 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LaTzK-0006XZ-SK for emacs-orgmode@gnu.org; Fri, 20 Feb 2009 06:56:15 -0500 Received: from [199.232.76.173] (port=53072 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LaTzK-0006XR-M6 for emacs-orgmode@gnu.org; Fri, 20 Feb 2009 06:56:14 -0500 Received: from fg-out-1718.google.com ([72.14.220.158]:58244) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LaTzK-0006eZ-5S for emacs-orgmode@gnu.org; Fri, 20 Feb 2009 06:56:14 -0500 Received: by fg-out-1718.google.com with SMTP id l27so1394503fgb.30 for ; Fri, 20 Feb 2009 03:56:12 -0800 (PST) In-Reply-To: <547849.78457.qm@web28303.mail.ukl.yahoo.com> 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: giovanni.ridolfi@yahoo.it Cc: emacs-orgmode@gnu.org, Eric S Fraga On Feb 20, 2009, at 12:36 PM, Giovanni Ridolfi wrote: > --- Ven 20/2/09, Eric S Fraga ha scritto: >> I often create tasks for myself using remember which >> automatically >> puts an inactive time stamp on the headline of the item. I >> then >> subsequently "schedule" the job so that I end up >> with something like this: >> >> *** [2009-02-18 Wed 17:55] TODO do something really >> interesting >> SCHEDULED: <2009-02-20 Fri> >> >> In the agenda view, this appears as a task at 17.55 on the >> Friday >> (i.e. today) but the active time stamp does not have a time >> on it. I >> would have expected this to be a straightforward >> "day" task. > > .... you could use a remember template with date > without timestamp ;-) using the variable: > > %t time stamp, date only 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. Thus, a template ------------ * TODO %? %U ----------- Should solve this for you. - Carsten