From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Clocktable question Date: Thu, 05 May 2011 13:32:42 -0400 Message-ID: <8762pp8345.fsf@norang.ca> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:57376) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QI2Q1-00054f-6n for emacs-orgmode@gnu.org; Thu, 05 May 2011 13:32:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QI2Q0-0001ww-F2 for emacs-orgmode@gnu.org; Thu, 05 May 2011 13:32:53 -0400 Received: from mho-03-ewr.mailhop.org ([204.13.248.66]:49287 helo=mho-01-ewr.mailhop.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QI2Q0-0001rO-DK for emacs-orgmode@gnu.org; Thu, 05 May 2011 13:32:52 -0400 In-Reply-To: (Jason Knight's message of "Thu, 5 May 2011 10:07:57 -0500") 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: Jason Knight Cc: emacs-orgmode@gnu.org Jason Knight writes: > I'm working on several grant-funded projects which require not only > the amount of time spent on a project but the start and end times for > each task. I've not been able to figure out how to get clocktable to > do this for me. > > If what I've got in my .org files is this: > > CLOCK: [2011-05-04 Wed 11:19]--[2011-05-04 Wed 13:22] => 2:03 > > -- I need my end-of-month report to show the total duration, as well > as the start and end time. How do I accomplish this? Is there > something I can do with the :formatter parameter? > > Thanks for your input! Hi Jason, Are you looking for the start/end time for the month, or each day? I personally use the agenda to display both the clocking lines and the associated clock report C-c a a l R You can limit the results to some tag in case you want to filter only to specific projects -- then use C-u R instead of R to get the clock report limited to the tags as well. I don't have an automated way to record these details ATM. I usually just transcribe the few required details to whatever time reporting system needs the data. HTH, Bernt