From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Agenda clock reports and tag filters Date: Sat, 11 Dec 2010 08:39:47 -0500 Message-ID: <87vd30whr0.fsf@norang.ca> References: <87fwu5xr7i.fsf@norang.ca> <87zksdwaam.fsf@norang.ca> <7E853BB6-0EE3-4F2E-BD05-08C7EA45F34C@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=56276 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PRPgV-00054i-Eh for emacs-orgmode@gnu.org; Sat, 11 Dec 2010 08:40:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PRPfy-0005U1-OC for emacs-orgmode@gnu.org; Sat, 11 Dec 2010 08:40:23 -0500 Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:28568) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PRPfy-0005Tv-Kt for emacs-orgmode@gnu.org; Sat, 11 Dec 2010 08:39:50 -0500 In-Reply-To: <7E853BB6-0EE3-4F2E-BD05-08C7EA45F34C@gmail.com> (Carsten Dominik's message of "Sat, 11 Dec 2010 09:03:50 +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: Carsten Dominik Cc: emacs-orgmode@gnu.org Carsten Dominik writes: > On Dec 10, 2010, at 11:08 PM, Bernt Hansen wrote: > >> Carsten Dominik writes: >> >>> On Dec 10, 2010, at 10:17 PM, Bernt Hansen wrote: >>> >>>> Hi, >>>> >>>> Dynamic clock reports can be filtered with :tags so they only show >>>> clock >>>> results that match that tag. >>>> >>>> Is it possible to automatically apply the current filter list in >>>> org-agenda-filter for the agenda clock report you get with 'R'? I'd >>>> like some way to add :tags 'org-agenda-filter (or something similar) >>>> to >>>> org-agenda-clockreport-parameter-plist so the displayed agenda clock >>>> report shows only tasks that match the filter. >>>> >>>> Is this possible? >>> >>> That is what you get if you hang 100 commits behind :) >>> >>> Try `C-u R'. >> >> Awesome :) .. and I'm up-to-date now ... I just didn't know about the >> prefix for R in the agenda. :) > > :) I only mean that normally you used to see the commits as they come > in and you > might have noticed this feature when it was implemented... > > Not that changing the filter after getting the clock report with `C-u > R' will not change the clock report along - this would slow down the > filter changes. So you need to refresh the agenda to update the clock > table as well. Yes I played with it yesterday and it works great! C-u R makes the clock report use the current filter, changing the filter and updating with 'g' updates the clock report using the current filter set. This is another great example of 'hey it would be great if we could do [this] in org-mode' and finding out it is already implemented. Awesome work!! Best regards, Bernt