From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Stribblehill Subject: Re: Wishlist: see what I did last week in agenda view Date: Mon, 17 Aug 2009 18:55:48 +0100 Message-ID: <1f38ae890908171055i62bcbd41v4e45222b2873385c@mail.gmail.com> References: <1f38ae890908170930l6e6e6c61t6315c8a528b491ba@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Md6R1-0002QJ-0z for emacs-orgmode@gnu.org; Mon, 17 Aug 2009 13:55:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Md6Qw-0002Ku-70 for emacs-orgmode@gnu.org; Mon, 17 Aug 2009 13:55:54 -0400 Received: from [199.232.76.173] (port=44084 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Md6Qv-0002Kb-Uj for emacs-orgmode@gnu.org; Mon, 17 Aug 2009 13:55:49 -0400 Received: from mail-fx0-f219.google.com ([209.85.220.219]:39958) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Md6Qv-0005mk-E5 for emacs-orgmode@gnu.org; Mon, 17 Aug 2009 13:55:49 -0400 Received: by mail-fx0-f219.google.com with SMTP id 19so2596440fxm.2 for ; Mon, 17 Aug 2009 10:55:48 -0700 (PDT) In-Reply-To: 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: Matt Lundin Cc: emacs-orgmode 2009/8/17 Matt Lundin : > 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. That's great, thanks. It's especially useful with the clock-report addition. Now to make a custom agenda view that sets everything up just so... :)