From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: How to get a clocking report ? Date: Fri, 11 Apr 2008 15:15:53 -0400 Message-ID: <87ej9c6w46.fsf@gollum.intra.norang.ca> References: <20080411210255.670bf6fc@caesar.gallia> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JkOjL-0001vh-5z for emacs-orgmode@gnu.org; Fri, 11 Apr 2008 15:16:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JkOjK-0001vA-FI for emacs-orgmode@gnu.org; Fri, 11 Apr 2008 15:16:10 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JkOjK-0001v4-5i for emacs-orgmode@gnu.org; Fri, 11 Apr 2008 15:16:10 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JkOjK-0005oN-1k for emacs-orgmode@gnu.org; Fri, 11 Apr 2008 15:16:10 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JkOjD-0001Pk-OI for emacs-orgmode@gnu.org; Fri, 11 Apr 2008 19:16:04 +0000 Received: from cpe000102d0fe75-cm0012256ecbde.cpe.net.cable.rogers.com ([99.239.148.180]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 11 Apr 2008 19:16:03 +0000 Received: from bernt by cpe000102d0fe75-cm0012256ecbde.cpe.net.cable.rogers.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 11 Apr 2008 19:16:03 +0000 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Jurgen Defurne writes: > I use org-mode already three months to organise my work, and this is a > fantastic tool. I have set up an agenda for daily tasks I must do, I > can use remember for when people come ask things, when I have ideas or > just to record problems and things that I need to follow up in the > course of the day. > > However, someone developed a time-tracking tool once where I work, and >so I must browse through my agenda view to know on what I have worked >and how long it took. What I really would appreciate would be a report >which just lists the clocked items of the day, together with their >start and end times, ie. > > TASK1 : Description [Start-end] > > maybe optionally also tags, because I use tags to know for which > projects I have clocked. > > Is this possible ? With the latest development version in git you can type 'R' in the agenda and it displays a clock table with total time spent on everything you clocked for the period you're looking at. You can also use C-c C-x C-r to insert a clock report into your org file and specify the timeperiod to display. I have a todo.org which I put an agenda clock report just for today (but R in the agenda does that for me now too! :) and all my other org files have monthly reports. You can move the period with S-left and S-right on the #BEGIN: clocktable line I don't know of a way to get the start times other than looking in the agenda - but the daily agenda with 'R' and 'l' shows the clock times so you can see the start times for each and the total time spent at the bottom. There's lots of information in the documentation about clock reports. Hope that helps, Bernt