From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Christopher J. White" Subject: Re: Don't show future TODO items in the agenda Date: Mon, 16 Jul 2012 09:09:35 -0400 Message-ID: <5004128F.2050101@grierwhite.com> References: <87obnl1l2b.fsf@gnu.org> Reply-To: orgmode@grierwhite.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:46815) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sql3d-0000Jy-N1 for emacs-orgmode@gnu.org; Mon, 16 Jul 2012 09:09:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sql3W-0005cr-9s for emacs-orgmode@gnu.org; Mon, 16 Jul 2012 09:09:49 -0400 Received: from mail15c25.carrierzone.com ([64.29.147.25]:44082) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sql3W-0005cL-3M for emacs-orgmode@gnu.org; Mon, 16 Jul 2012 09:09:42 -0400 Received: from [11.1.1.76] (pool-108-20-109-77.bstnma.east.verizon.net [108.20.109.77]) (authenticated bits=0) by mail15c25.carrierzone.com (8.13.6/8.13.1) with ESMTP id q6GD9ZJw012910 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 16 Jul 2012 13:09:37 GMT In-Reply-To: <87obnl1l2b.fsf@gnu.org> 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi Mark and Bastien, I have also been interested in this sort of functionality. This message made me dig a little and I think it's covered by the following: (setq org-agenda-todo-ignore-scheduled 'future) Basically, a global TODO list, but don't tell me about stuff that isn't due yet. ...cj On 7/12/12 3:43 AM, Bastien wrote: > mrigetitdone@Safe-mail.net writes: > > > I have a bunch of TODO items, each with a timestamp, which I would > like to > > not being displayed in the agenda if the day of their > timestamp/schedule is > > in the future. > > Can you share an example of .org file along with the custom agenda > command (or the default agenda view) you are using? >