From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer Stengele Subject: Re: looking for a variable which allows formatting the agenda clock report Date: Wed, 11 May 2016 21:45:51 +0200 Message-ID: <57338BEF.8080503@online.de> References: <847ff03i0x.fsf@gmail.com> <84eg981s52.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60310) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b0a53-00088D-Qr for emacs-orgmode@gnu.org; Wed, 11 May 2016 15:46:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b0a4z-000808-GE for emacs-orgmode@gnu.org; Wed, 11 May 2016 15:46:00 -0400 Received: from mout.kundenserver.de ([212.227.126.131]:62288) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b0a4z-0007zw-2n for emacs-orgmode@gnu.org; Wed, 11 May 2016 15:45:57 -0400 In-Reply-To: <84eg981s52.fsf@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Marco Wahl , emacs-orgmode@gnu.org Am 11.05.2016 um 18:22 schrieb Marco Wahl: > Hi Rainer, > >>>> I could not find a variable which allows formatting the clock report >>>> that is created in the org agenda by "v R". >>>> Any quick pointer to such one or other ideas? >>> >>> org-agenda-clockreport-parameter-plist > >> Thanks Marco, >> >> now my question is how can I extract the category of a clock entry and >> display it in the report? I tried a bit with properties but have no >> real clue. Can somebody help here? > > You can filter a certain category for the clock report afaics. > > E.g. > > org-agenda-clockreport-parameter-plist value > > (:link t :maxlevel 2 :tags "+CATEGORY=\"busi\"") > > only takes the clockings from items in category "busi" for the > org-agenda-clockreport. > > > HTH, > Hi Marco, thanks for this, very useful. What I really meant was how can I change the output format of the clock report, so how do I change the first column from "File" to "Category" of the clock entry. Thanks, Rainer