From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Lundin Subject: Re: Adding time to deadline and schedule timestamps Date: Tue, 07 Apr 2009 07:51:04 -0500 Message-ID: References: <20090407095805.GC10189@earth> 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 1LrAll-0004nj-5M for emacs-orgmode@gnu.org; Tue, 07 Apr 2009 08:51:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LrAlf-0004i9-Ku for emacs-orgmode@gnu.org; Tue, 07 Apr 2009 08:51:12 -0400 Received: from [199.232.76.173] (port=48715 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LrAlf-0004hv-GD for emacs-orgmode@gnu.org; Tue, 07 Apr 2009 08:51:07 -0400 Received: from out2.smtp.messagingengine.com ([66.111.4.26]:60341) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LrAlf-0004mH-4f for emacs-orgmode@gnu.org; Tue, 07 Apr 2009 08:51:07 -0400 In-Reply-To: <20090407095805.GC10189@earth> (Cameron Horsburgh's message of "Tue\, 7 Apr 2009 19\:58\:05 +1000") 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: Cameron Horsburgh Cc: emacs-orgmode@gnu.org Hi Cameron, Cameron Horsburgh writes: > Hi folks, > > I'm trying to get a little more control over my DEADLINE and SCHEDULED > timestamps. Specifically, I'd like to be able to add the time (not > just the date) when I hit C-c C-d or C-c C-s. When I type something like C-c C-d wed 13:30 RET, the time is added to the deadline. E.g., ,---- | * TODO Todo | DEADLINE: <2009-04-08 Wed 13:30> `---- I could also type "+1d 1:30pm" or one of the other alternatives. If I type C-c C-d on an item that already has a deadline and no time, I can simply type in a time and it will be added to the existing deadline. E.g., if I have the following todo: ,---- | * TODO Todo | DEADLINE: <2009-04-14 Tue> `---- I can type C-c C-d 7:00pm RET on the headline and I get: ,---- | * TODO Todo | DEADLINE: <2009-04-14 Tue 19:00> `---- Hope this helps. Matt