From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: View Agenda for last 7 days Date: Tue, 21 Jul 2009 17:24:18 -0400 Message-ID: <87prbt4tml.fsf@gollum.intra.norang.ca> References: <7EA78739DB6FF044926304E83668BF8222E02A3E@brewer.cmass.criticalmass.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 1MTMp1-0000Bf-TO for emacs-orgmode@gnu.org; Tue, 21 Jul 2009 17:24:27 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MTMoz-0000AJ-GL for emacs-orgmode@gnu.org; Tue, 21 Jul 2009 17:24:27 -0400 Received: from [199.232.76.173] (port=39463 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MTMoy-0000A2-Ds for emacs-orgmode@gnu.org; Tue, 21 Jul 2009 17:24:24 -0400 Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:59786) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MTMoy-0003c8-4q for emacs-orgmode@gnu.org; Tue, 21 Jul 2009 17:24:24 -0400 In-Reply-To: <7EA78739DB6FF044926304E83668BF8222E02A3E@brewer.cmass.criticalmass.com> (Jonathan Arkell's message of "Tue\, 21 Jul 2009 16\:58\:18 -0400") 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: Jonathan Arkell Cc: "emacs-orgmode@gnu.org" Jonathan Arkell writes: > Hi Org peeps > > I'd like to have a custom agenda block to show the previous 7 days, or even the last week for GTD style weekly reviews, but I can't figure out how to make it go. So if I view the agenda on the 21st of july, I should see July 14th through 20th. If it is easier, seeing the 3rd week in July would also be fine (13th-19th) > That's easy... but it's not a custom agenda... (setq org-agenda-start-on-weekday nil) then your weekly agenda starts on today. Then left arrow to the 7 days before today. You can also jump directly to any date with 'j' in the agenda to show the 7 days starting on the given date. Does that help? -Bernt