From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: clocktable agenda view? Date: Fri, 13 Feb 2009 08:46:59 -0500 Message-ID: <87r62230vg.fsf@gollum.intra.norang.ca> References: <87d4dmijcj.wl%bremner@pivot.cs.unb.ca> 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 1LXyNo-0001CX-Sr for emacs-orgmode@gnu.org; Fri, 13 Feb 2009 08:47:09 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LXyNm-0001BP-2L for emacs-orgmode@gnu.org; Fri, 13 Feb 2009 08:47:06 -0500 Received: from [199.232.76.173] (port=50680 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LXyNj-0001B7-Kb for emacs-orgmode@gnu.org; Fri, 13 Feb 2009 08:47:04 -0500 Received: from mho-02-bos.mailhop.org ([63.208.196.179]:59971) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LXyNj-0004aj-AO for emacs-orgmode@gnu.org; Fri, 13 Feb 2009 08:47:03 -0500 In-Reply-To: <87d4dmijcj.wl%bremner@pivot.cs.unb.ca> (David Bremner's message of "Fri\, 13 Feb 2009 08\:58\:52 -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: David Bremner Cc: emacs-orgmode@gnu.org David Bremner writes: > I would like an agenda view that summaries the time for various > projects for the current week. Something like a clocktable block, but > that is dynamic (i.e. doesn't need a new file created) and allows > navigation to the corresponding projects/files. I tried clocksum, but > it gives the total times, which is not what I want. > > Is clocksum property configurable somehow? I see org-clock-sum takes a > start and end time, but I'm not sure how to use that. Try 'R' in the agenda. It shows a clock report based on the current agenda view (timeframe) I use the following cusomization to change the default display (setq org-agenda-clockreport-parameter-plist (quote (:link nil :maxlevel 3))) You'll want :link t to allow navigation from the resulting report. HTH, Bernt