From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Dietsche Subject: Re: Journal versus clock tables: Opposing requirements? Date: Thu, 24 Nov 2011 23:01:51 +0100 Message-ID: <871usxch80.fsf@rat.lan> References: <87obwogo1c.fsf@rat.lan> <87bosngf3t.fsf@rat.lan> <87hb1ttvoo.fsf@pinto.chemeng.ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([140.186.70.92]:37487) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RThMu-0002EK-Pj for emacs-orgmode@gnu.org; Thu, 24 Nov 2011 17:02:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RThMt-0001sH-Gd for emacs-orgmode@gnu.org; Thu, 24 Nov 2011 17:02:08 -0500 Received: from www85.your-server.de ([213.133.104.85]:44602) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RThMt-0001re-9Q for emacs-orgmode@gnu.org; Thu, 24 Nov 2011 17:02:07 -0500 In-Reply-To: <87hb1ttvoo.fsf@pinto.chemeng.ucl.ac.uk> (Eric S. Fraga's message of "Thu, 24 Nov 2011 14:57:27 +0000") 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Olaf Dietsche Cc: emacs-orgmode@gnu.org, Tommy Kelly Eric S Fraga writes: > Olaf Dietsche writes: > >> Tommy Kelly writes: >> >>>> OK, that might be what I need then. I thought clock tables grouped >>>> things by headings, not by tags. I'll have a look at the manual. > > [...] > >> #+BEGIN: clocktable :maxlevel 2 :scope file :tags "health" >> Clock summary at [2011-11-08 Di 09:57] >> >> | Headline | Time | >> |--------------+--------| >> | *Total time* | *0:20* | >> |--------------+--------| >> | Exercises | 0:20 | >> #+END: clocktable > > I've lost the rest of this thread and I don't actually know who to > attribute the original statement above... Do you mean ? > In any case, I would like to have entries in the clock report by tag as > opposed to headline (as alluded to above). Is this actually possible? > My logging approach is to have descriptive headings (the specific task > undertaken) with tags indicating the type of activity (teaching, > research, admin, personal). I need a breakdown of my time spent in each > category in one table. > > I realise I can do N tables, one for each tag, but this is not > particularly useful for me. It'll do but if there's a nicer solution, > I'll take it! > > The documentation refers to a :formatter entry, but I am not sure > whether this is relevant as it says that this is for formatting an > entry. My problem is that I want tag based entries, not how they are > formatted? > > Apologies if I've missed something obvious in the manual! Regards, Olaf