From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Limit todo window Date: Fri, 17 Feb 2012 16:14:02 -0500 Message-ID: <4530.1329513242@alphaville> References: <3hobsxch2r.fsf@news.eternal-september.org> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([140.186.70.92]:48315) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RyV8E-0005PK-Tp for emacs-orgmode@gnu.org; Fri, 17 Feb 2012 16:14:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RyV8D-00052D-KH for emacs-orgmode@gnu.org; Fri, 17 Feb 2012 16:14:18 -0500 Received: from g4t0016.houston.hp.com ([15.201.24.19]:27045) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RyV8D-000527-AA for emacs-orgmode@gnu.org; Fri, 17 Feb 2012 16:14:17 -0500 Received: from g4t0009.houston.hp.com (g4t0009.houston.hp.com [16.234.32.26]) by g4t0016.houston.hp.com (Postfix) with ESMTP id 9A320143D4 for ; Fri, 17 Feb 2012 21:14:05 +0000 (UTC) In-Reply-To: Message from Richard Riley of "Fri, 17 Feb 2012 21:58:52 +0100." <3hobsxch2r.fsf@news.eternal-september.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 Cc: nicholas.dokos@hp.com Richard Riley wrote: > > Whats the best way to limit the window that agendas use to show open > todo items? e.g when I do C-c a a I dont want to see TODOs set for a > years time - generally I might only want things in the current week or > so. is there something built and instantly configurable to achieve this? > > org-agenda-span - also make sure to get rid of any settings of the obsolete variable org-agenda-ndays. The default is week however, so unless you've customized something, you should not see a year's worth of TODOS (I shudder at the thought...) Nick