From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Tamulis, Andrius" Subject: Re: Bug: org-agenda-only-exact-dates [9.0.4 (9.0.4-elpa @ c:/Users/atamulis/.emacs.d/elpa/org-20170124/)] Date: Sun, 5 Feb 2017 15:54:33 -0600 Message-ID: References: <5ff12320-32ba-bd45-1822-c5c17f5620a5@att.net> <878tpnu6fe.fsf@nicolasgoaziou.fr> <8737ftybh0.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56874) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1caUlb-0006V1-Fm for emacs-orgmode@gnu.org; Sun, 05 Feb 2017 16:54:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1caUlY-000061-CD for emacs-orgmode@gnu.org; Sun, 05 Feb 2017 16:54:39 -0500 Received: from nm14-vm8.access.bullet.mail.bf1.yahoo.com ([216.109.115.23]:49484) by eggs.gnu.org with esmtps (TLS1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.71) (envelope-from ) id 1caUlY-00005U-5A for emacs-orgmode@gnu.org; Sun, 05 Feb 2017 16:54:36 -0500 In-Reply-To: <8737ftybh0.fsf@nicolasgoaziou.fr> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Nicolas Goaziou Cc: emacs-orgmode@gnu.org I had not read the docstring, but now I have, and I interpret it differently than you did. As, it seems, did the people who coded it. I want a zero value for org-deadline-warning-days, as I want no warnings of future deadlines. But I also do not want notification of deadlines that are past due, and that's not what org-deadline-warning-days is for. Andrius On 2017-02-04 13:58, Nicolas Goaziou wrote: > "Tamulis, Andrius" writes: > >> The two variables you mention above fix almost everything for me - but >> is there a "org-deadline-past-days" variable? Something that I could >> set so that past due deadlines not be mentioned? Or may I suggest that >> "org-agenda-todo-ignore-deadlines" have a value like "past", but one >> that ignores deadlines that are in the past, but include those for >> today. > Have you tried to set this variable to -1? According to the docstring, > it should do what you want. I didn't test it, tho. > > Regards,