emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Adding time to deadline and schedule timestamps


From: Matthew Lundin
Subject: Re: [Orgmode] Adding time to deadline and schedule timestamps
Date: Tue, 07 Apr 2009 07:51:04 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (darwin)

Hi Cameron,

Cameron Horsburgh <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]