emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] arithmatic error when scheduling +0d


From: Matthew Lundin
Subject: Re: [Orgmode] arithmatic error when scheduling +0d
Date: Wed, 14 Jan 2009 09:29:29 -0600
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (darwin)

Gijs Hillenius <address@hidden> writes:
>
> Thanks! But I thought the +0d in "SCHEDULED: <2009-01-15 Thu +0d>"
> means that I would be warned about this TODO item not 14 days or less
> before the date, but only on the date itself. Maybe I should have
> written +0, as per http://orgmode.org/org.html#Timestamps
>
> I have a feeling this behaviour changed "recently" in org-mode. But
> it is probably just me.
>

I think you are confusing DEADLINE and SCHEDULED items. For items with
a deadline, you can indeed add a warning time specifier, as in 

,----
| ** Deadline
|    DEADLINE: <2009-01-15 Thu -0d>
`----

Which means that the deadline warning will first show up on your
agenda on the day it is due, or 

,----
| ** Deadline
|    DEADLINE: <2009-01-15 Thu -3d>
`----

Which means the warning will show up three days before the item is
due.

- Scheduled items first show up on the agenda on the day they are
scheduled and every day thereafter until they are marked done.

- Deadline warnings show up on the agenda n days before the deadline,
with n specified in the variable org-deadline-warning-day or via the
negative modifier in the examples above.

Hope this helps,

Matt




reply via email to

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