From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer Stengele Subject: Re: deadlines with special option for warning days. Date: Fri, 31 Aug 2007 18:31:32 +0200 Message-ID: References: <23372cba80445dfe250116930c1ad0c5@science.uva.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IR9PY-0000HX-EW for emacs-orgmode@gnu.org; Fri, 31 Aug 2007 12:31:56 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IR9PW-0000HL-R6 for emacs-orgmode@gnu.org; Fri, 31 Aug 2007 12:31:55 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IR9PW-0000HI-M4 for emacs-orgmode@gnu.org; Fri, 31 Aug 2007 12:31:54 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IR9PW-0002Mw-7M for emacs-orgmode@gnu.org; Fri, 31 Aug 2007 12:31:54 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IR9PR-0001dL-8K for emacs-orgmode@gnu.org; Fri, 31 Aug 2007 18:31:49 +0200 Received: from 212.34.176.74 ([212.34.176.74]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 31 Aug 2007 18:31:49 +0200 Received: from rainer.stengele by 212.34.176.74 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 31 Aug 2007 18:31:49 +0200 In-Reply-To: <23372cba80445dfe250116930c1ad0c5@science.uva.nl> 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 Carsten Dominik schrieb: > > 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 OK - so how would I bind the value for different custom agenda views to different values? Rainer