From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Lundin Subject: Re: search for DEADLINE in warning period Date: Thu, 11 Feb 2010 09:07:25 -0500 Message-ID: <87tytn6f36.fsf@fastmail.fm> References: <877hqmobzc.fsf@dasa3.iem.pw.edu.pl> <87eikuioe5.fsf@gollum.intra.norang.ca> <87r5oumr1p.fsf@dasa3.iem.pw.edu.pl> <29DB6176-8C28-4D68-AC18-85B5322E7DD9@gmail.com> <87sk9awjm7.fsf@fastmail.fm> <870BCCDC-702F-46E6-A40B-2AF4BECF7C54@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NfZf4-0003T6-Bs for emacs-orgmode@gnu.org; Thu, 11 Feb 2010 09:04:54 -0500 Received: from [199.232.76.173] (port=41109 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NfZf3-0003RG-7E for emacs-orgmode@gnu.org; Thu, 11 Feb 2010 09:04:53 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NfZez-0008Ge-2a for emacs-orgmode@gnu.org; Thu, 11 Feb 2010 09:04:52 -0500 Received: from out2.smtp.messagingengine.com ([66.111.4.26]:59366) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NfZey-0008GR-OW for emacs-orgmode@gnu.org; Thu, 11 Feb 2010 09:04:48 -0500 In-Reply-To: <870BCCDC-702F-46E6-A40B-2AF4BECF7C54@gmail.com> (Carsten Dominik's message of "Wed, 10 Feb 2010 13:19:12 +0100") 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: Carsten Dominik Cc: =?utf-8?Q?=C5=81ukasz?= Stelmach , Matt Lundin , emacs-orgmode@gnu.org Carsten Dominik writes: > On Feb 9, 2010, at 3:48 PM, Matt Lundin wrote: >> >> Interesting. The docstring for org-agenda-todo-ignore-deadlines >> seems to >> suggest otherwise. Is this documentation inaccurate? >> >> ,---- >> | Documentation: >> | Non-nil means don't show near deadline entries in the global todo >> list. >> | Near means closer than `org-deadline-warning-days' days. >> | The idea behind this is that such items will appear in the agenda >> anyway. >> | See also `org-agenda-todo-ignore-with-date'. >> | See also the variable `org-agenda-tags-todo-honor-ignore-options'. >> `---- > > This ist just to explain what "near" means in the sentence before. > I have improved the docstring, thanks. > Thanks for the explanation Carsten. That explains why setting the value to 'near produced the expected behavior. But I see now that "t" does the same thing. Best, Matt