From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: Wishlist: see what I did last week in agenda view Date: Mon, 17 Aug 2009 13:31:33 -0400 Message-ID: References: <1f38ae890908170930l6e6e6c61t6315c8a528b491ba@mail.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 1Md63Y-0005WM-V1 for emacs-orgmode@gnu.org; Mon, 17 Aug 2009 13:31:40 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Md63U-0005SX-FT for emacs-orgmode@gnu.org; Mon, 17 Aug 2009 13:31:40 -0400 Received: from [199.232.76.173] (port=47495 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Md63U-0005SU-Bn for emacs-orgmode@gnu.org; Mon, 17 Aug 2009 13:31:36 -0400 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:38435) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Md63T-000105-Us for emacs-orgmode@gnu.org; Mon, 17 Aug 2009 13:31:36 -0400 In-Reply-To: <1f38ae890908170930l6e6e6c61t6315c8a528b491ba@mail.gmail.com> (Andrew Stribblehill's message of "Mon, 17 Aug 2009 17:30:46 +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: Andrew Stribblehill Cc: emacs-orgmode Andrew Stribblehill writes: > I am trying to concoct an agenda view in which every item that has a > clock entry or timestamp for the past week shows up -- and preferably > those for the forthcoming week. This is so I can make a weekly report > of what I've done. > ... > How might I get this? Or if it's not easily possible, does anyone on > the list have a recipe for what they do for their weekly work log? Have you tried the agenda log view yet? Simply type "l" in the agenda. To see an entire week of logged items, you can type "w" and then navigate through the weeks with the arrow keys. You can control what types of items are visible in the log with the variable org-agenda-log-mode-items. Best, Matt