From mboxrd@z Thu Jan 1 00:00:00 1970 From: ngreply@gmx.net Subject: Re: Track time on day-to-day basis Date: Fri, 25 Nov 2016 15:32:05 +0100 Message-ID: References: <87y407q25y.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45034) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cAHY8-0006LH-Re for emacs-orgmode@gnu.org; Fri, 25 Nov 2016 09:32:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cAHY4-0008Sp-RH for emacs-orgmode@gnu.org; Fri, 25 Nov 2016 09:32:24 -0500 Received: from mout.gmx.net ([212.227.15.18]:63174) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cAHY4-0008Qn-GQ for emacs-orgmode@gnu.org; Fri, 25 Nov 2016 09:32:20 -0500 In-Reply-To: <87y407q25y.fsf@fastmail.fm> (Joost Kremers's message of "Fri, 25 Nov 2016 11:33:45 +0100") 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" To: Joost Kremers Cc: emacs-orgmode Hi Joost, I do reports on a day-to-day basis using clocktables: #+BEGIN: clocktable :maxlevel 4 :block 2016-11 :scope ("./Projekt01.org") :link t :step day :stepskip0 #+END: Hope this helps. Regards, Oliver Am 25.11.2016 um 11:33 schrieb Joost Kremers: > Hi all, > > I've come into the need to track the time I'm working on a particular > project, which is great with Org, but I also need to report the > tracked time on a day-to-day basis. This seems somewhat less > straightforward to do. I realize I can generate a report limited to > today by specifying `:block today`, but that only gives me the time > clocked today. What do I do when I want to get a day-to-day overview > of the time spent on a project? Do I need to maintain another table by > hand, in which I copy the time calculated by `org-clock-report` at the > end of each day? Or is there a better method? > > BTW, just looking at the LOGBOOK drawer doesn't work, because I may > clock in and out of a project several times a day. > > Thanks for any hints and suggestions!