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