On Thu, May 5, 2011 at 6:08 PM, Bernt Hansen <be...@norang.ca> wrote: > John Hendy <jw.he...@gmail.com> writes: > >> Following up on this again... It's been almost 2mos. Is there any way >> to add a tag grouping to clock reports rather than needing to create >> clock reports for every tag? >> >> Many thanks, >> John >> >> My initial example: >> ---- >> A rough idea might be like this: >> >> ----------- >> >> #+BEGIN: clocktable :maxlevel 2 :scope agenda >> Clock summary at [2011-03-06 Sun 17:59] >> | Tag | Headline | Time | | File | >> |------+------------------+---------+------+----------------| >> | | ALL *Total time* | *10:00* | | | >> |------+------------------+---------+------+----------------| >> | Tag1 | *Tag time* | *5:00* | | | >> | | [2011-02-04 Fri] | 3:30 | | 2011-02Feb.org | >> | | Some task | | 3:30 | | >> | | [2011-01-21 Fri] | 0:30 | | 2011-01Jan.org | >> | | Some task | | 0:30 | | >> | | [2010-12-09 Thu] | 1:00 | | 2010-12Dec.org | >> | | Some task | | 1:00 | | >> |------+------------------+---------+------+----------------| >> | Tag2 | *Tag time* | *5:00* | | | >> | | [2011-02-04 Fri] | 3:30 | | 2011-02Feb.org | >> | | Some task | | 3:30 | | >> | | [2011-01-21 Fri] | 0:30 | | 2011-01Jan.org | >> | | Some task | | 0:30 | | >> | | [2010-12-09 Thu] | 1:00 | | 2010-12Dec.org | >> | | Some task | | 1:00 | | >> |------+------------------+---------+------+----------------| >> ----- > > Hi John, > > Niels Giesen posted some patches for summarizing clock reports by > arbitrary properties. Maybe this will be useful? > > http://thread.gmane.org/gmane.emacs.orgmode/40160 > > I'm not aware of any functionality that does what you describe above. >
His is actually pretty darn close. It looks like Carsten just re-requested a patch in some standard format a few days ago, so perhaps I can hold my breath for it to get applied. Otherwise, do I just copy/paste his code into manual files and then do something like 'patch -p0 file.patch'? And will it get overrun by my next pull? Sorry... never applied a patch to org-mode files. John > Regards, > Bernt >