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: Fri, 13 May 2016 13:04:53 +0200 Message-ID: References: <847ff03i0x.fsf@gmail.com> <84eg981s52.fsf@gmail.com> <57338BEF.8080503@online.de> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33903) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b2McS-0007Q9-Pd for emacs-orgmode@gnu.org; Mon, 16 May 2016 13:47:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b2McP-00078x-Rm for emacs-orgmode@gnu.org; Mon, 16 May 2016 13:47:52 -0400 Received: from plane.gmane.org ([80.91.229.3]:36510) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b2McP-00078d-Kb for emacs-orgmode@gnu.org; Mon, 16 May 2016 13:47:49 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1b1Au5-0001U5-2R for emacs-orgmode@gnu.org; Fri, 13 May 2016 13:05:09 +0200 Received: from fw.diplan.de ([213.182.136.2]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 13 May 2016 13:05:09 +0200 Received: from rainer.stengele by fw.diplan.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 13 May 2016 13:05:09 +0200 In-Reply-To: <57338BEF.8080503@online.de> 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: emacs-orgmode@gnu.org Am 11.05.2016 um 21:45 schrieb Rainer Stengele: > 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 > > Hi, does anybody have an example for the :formatter item to format the clocktable output as needed? Thank you. Regards, Rainer