From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: deadlines with special option for warning days. Date: Fri, 31 Aug 2007 17:49:43 +0200 Message-ID: <23372cba80445dfe250116930c1ad0c5@science.uva.nl> References: Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IR91n-00064Z-CH for emacs-orgmode@gnu.org; Fri, 31 Aug 2007 12:07:23 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IR91m-00063d-G5 for emacs-orgmode@gnu.org; Fri, 31 Aug 2007 12:07:22 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IR91m-00063R-2A for emacs-orgmode@gnu.org; Fri, 31 Aug 2007 12:07:22 -0400 Received: from korteweg.uva.nl ([146.50.98.70]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IR91l-0006iL-KV for emacs-orgmode@gnu.org; Fri, 31 Aug 2007 12:07:21 -0400 In-Reply-To: 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: Rainer Stengele Cc: emacs-orgmode@gnu.org On Aug 31, 2007, at 13:24, Rainer Stengele wrote: > Deadlines with speciual option like this: > > DEADLINE: <2007-09-04 Di -5d> > > seem to overide custom agenda view parameter org-deadline-warning-days. > Is this entended? If I define a custom view with > (org-deadline-warning-days 0) I'd like to not > appear any dealine which is due later. > > Maybe an option? How about the following solution. If you bind org-deadline-warning-days to 0 or a negative number, this value (the absolute value of that number) will be enforced no matter what. If it is a positive number, individual lead times will overrule it. - Carsten