From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Riley Subject: Re: Limit todo window Date: Sat, 18 Feb 2012 11:12:05 +0100 Message-ID: References: <3hobsxch2r.fsf@news.eternal-september.org> <4530.1329513242@alphaville> Reply-To: emacs-orgmode@gnu.org Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:52929) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RyhHG-0001eI-2h for emacs-orgmode@gnu.org; Sat, 18 Feb 2012 05:12:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RyhHF-00085Z-57 for emacs-orgmode@gnu.org; Sat, 18 Feb 2012 05:12:26 -0500 Received: from plane.gmane.org ([80.91.229.3]:42054) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RyhHE-00085S-Sl for emacs-orgmode@gnu.org; Sat, 18 Feb 2012 05:12:25 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1RyhHB-0001zo-0v for emacs-orgmode@gnu.org; Sat, 18 Feb 2012 11:12:21 +0100 Received: from 85.183.18.158 ([85.183.18.158]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 18 Feb 2012 11:12:21 +0100 Received: from rileyrg by 85.183.18.158 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 18 Feb 2012 11:12:21 +0100 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 Nick Dokos writes: > 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 > Hi Nick, I was being dense. I wasnt seeing the TODOs per se, but the creation of them! (I tag all items with a created date so they appear in a journal and I easily track creation of all org items). So yes, the span is the correct variable that I had previously thought not working... cheers r.