From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: org-agenda-only-exact-dates [9.0.4 (9.0.4-elpa @ c:/Users/atamulis/.emacs.d/elpa/org-20170124/)] Date: Sat, 04 Feb 2017 20:58:35 +0100 Message-ID: <8737ftybh0.fsf@nicolasgoaziou.fr> References: <5ff12320-32ba-bd45-1822-c5c17f5620a5@att.net> <878tpnu6fe.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41566) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ca6VM-0007uk-H3 for emacs-orgmode@gnu.org; Sat, 04 Feb 2017 15:00:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ca6VJ-0004eo-HB for emacs-orgmode@gnu.org; Sat, 04 Feb 2017 15:00:16 -0500 Received: from relay2-d.mail.gandi.net ([2001:4b98:c:538::194]:57237) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ca6VJ-0004e9-B8 for emacs-orgmode@gnu.org; Sat, 04 Feb 2017 15:00:13 -0500 In-Reply-To: (Andrius Tamulis's message of "Sat, 4 Feb 2017 10:12:02 -0600") 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: "Tamulis, Andrius" Cc: emacs-orgmode@gnu.org "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,