From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Agenda clock reports and tag filters Date: Fri, 10 Dec 2010 22:33:26 +0100 Message-ID: References: <87fwu5xr7i.fsf@norang.ca> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=54064 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PRAaq-0001FM-PY for emacs-orgmode@gnu.org; Fri, 10 Dec 2010 16:33:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PRAap-0004la-Of for emacs-orgmode@gnu.org; Fri, 10 Dec 2010 16:33:32 -0500 Received: from mail-ey0-f177.google.com ([209.85.215.177]:33773) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PRAap-0004lW-HO for emacs-orgmode@gnu.org; Fri, 10 Dec 2010 16:33:31 -0500 Received: by eyd9 with SMTP id 9so3573999eyd.36 for ; Fri, 10 Dec 2010 13:33:30 -0800 (PST) In-Reply-To: <87fwu5xr7i.fsf@norang.ca> 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: Bernt Hansen Cc: Carsten Dominik , emacs-orgmode@gnu.org 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'. - Carsten