From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: arithmatic error when scheduling +0d Date: Wed, 14 Jan 2009 10:35:33 -0500 Message-ID: <87hc41x5mi.fsf@gollum.intra.norang.ca> References: <87r636tcom.fsf@hillenius.net> <87hc41sz2j.fsf@hillenius.net> 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 1LN7mN-0006OC-49 for emacs-orgmode@gnu.org; Wed, 14 Jan 2009 10:35:39 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LN7mM-0006Nk-Go for emacs-orgmode@gnu.org; Wed, 14 Jan 2009 10:35:38 -0500 Received: from [199.232.76.173] (port=50769 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LN7mM-0006Nh-Ap for emacs-orgmode@gnu.org; Wed, 14 Jan 2009 10:35:38 -0500 Received: from mho-02-bos.mailhop.org ([63.208.196.179]:63852) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LN7mM-0003w2-16 for emacs-orgmode@gnu.org; Wed, 14 Jan 2009 10:35:38 -0500 In-Reply-To: <87hc41sz2j.fsf@hillenius.net> (Gijs Hillenius's message of "Wed\, 14 Jan 2009 16\:10\:44 +0100") 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: Gijs Hillenius Cc: emacs-orgmode@gnu.org Gijs Hillenius writes: > On 14 Jan 2009, Matthew Lundin wrote: > >> Gijs Hillenius writes: >> >>> Say, in one of my files, I had a >>> >>> ** TODO Pay taxes >>> SCHEDULED: <2009-01-15 Thu +0d> > 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. No.. that's -0d :) and it's only for DEADLINES +3d days is the period to repeat (repeat every 3 days) -3d is how many days in advance to show up on the agenda instead of the default setting org-deadline-warning-days -Bernt