From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: if both schedule and deadline, appear only once in agenda Date: Fri, 12 Oct 2007 14:36:42 +0100 Message-ID: <87lka88nf9.fsf@bzg.ath.cx> References: <87k5psaom7.fsf@hillenius.net> <87641ca3gh.fsf@bzg.ath.cx> <87y7e81q1t.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 1IgJl2-0006cd-Cu for emacs-orgmode@gnu.org; Fri, 12 Oct 2007 08:36:48 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IgJl0-0006bC-AI for emacs-orgmode@gnu.org; Fri, 12 Oct 2007 08:36:47 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IgJkz-0006ax-DK for emacs-orgmode@gnu.org; Fri, 12 Oct 2007 08:36:45 -0400 Received: from wr-out-0506.google.com ([64.233.184.239]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IgJkz-00026i-3Z for emacs-orgmode@gnu.org; Fri, 12 Oct 2007 08:36:45 -0400 Received: by wr-out-0506.google.com with SMTP id 50so525800wra for ; Fri, 12 Oct 2007 05:36:44 -0700 (PDT) In-Reply-To: <87y7e81q1t.fsf@hillenius.net> (Gijs Hillenius's message of "Fri, 12 Oct 2007 14:21:50 +0200") 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: emacs-orgmode@gnu.org Gijs Hillenius writes: > But maybe I should not :-). But here goes: I plan to start working on > an item by date X -> schedule stamp. The item has a deadline, so -> > deadline. For that I use `org-deadline-warning-days'. I start the deadline when it shows up in my agenda. The default value for this is 14, but you can set a value for each deadline like this: DEADLINE: <2004-02-29 Sun -10d> Meaning that you should start the deadline 10 days before the deadline. ,----[ (info "(org)Deadlines and scheduling") ] | You can specify a different lead time for warnings for a specific | deadlines using the following syntax. Here is an example with a | warning period of 5 days `DEADLINE: <2004-02-29 Sun -5d>'. `---- HTH, -- Bastien