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: Mon, 6 Feb 2017 14:43:08 -0600 Message-ID: <28aa4eae-0c93-bf75-dc7a-5348e732ba08@att.net> References: <5ff12320-32ba-bd45-1822-c5c17f5620a5@att.net> <878tpnu6fe.fsf@nicolasgoaziou.fr> <8737ftybh0.fsf@nicolasgoaziou.fr> <8737frwjag.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]:55544) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1carWg-0005iS-3T for emacs-orgmode@gnu.org; Mon, 06 Feb 2017 17:12:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1carWb-0003Oj-0k for emacs-orgmode@gnu.org; Mon, 06 Feb 2017 17:12:46 -0500 Received: from nm26-vm7.access.bullet.mail.bf1.yahoo.com ([216.109.115.214]:59276) by eggs.gnu.org with esmtps (TLS1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.71) (envelope-from ) id 1carWa-0003LZ-QZ for emacs-orgmode@gnu.org; Mon, 06 Feb 2017 17:12:40 -0500 In-Reply-To: <8737frwjag.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 tried it - it turns out that org-agenda-todo-ignore-deadlines only effects the global todo list. Andrius On 2017-02-06 07:17, Nicolas Goaziou wrote: > Hello, > > "Tamulis, Andrius" writes: > >> 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. > I was talking about `org-agenda-todo-ignore-deadlines' not > `org-deadline-warning-days'. > > It would only apply to deadlines with a TODO keyword, tho. > > Regards, >