From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joost Kremers Subject: Track time on day-to-day basis Date: Fri, 25 Nov 2016 11:33:45 +0100 Message-ID: <87y407q25y.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain; format=flowed Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46489) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cADpJ-0007uv-Tk for emacs-orgmode@gnu.org; Fri, 25 Nov 2016 05:33:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cADpF-0002hR-Fg for emacs-orgmode@gnu.org; Fri, 25 Nov 2016 05:33:53 -0500 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:33590) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cADpF-0002gt-9f for emacs-orgmode@gnu.org; Fri, 25 Nov 2016 05:33:49 -0500 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id F125620496 for ; Fri, 25 Nov 2016 05:33:46 -0500 (EST) Received: from IdeaPad.messagingengine.com (x4d0aca9b.dyn.telefonica.de [77.10.202.155]) by mail.messagingengine.com (Postfix) with ESMTPA id 64489247ED for ; Fri, 25 Nov 2016 05:33:46 -0500 (EST) 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: emacs-orgmode 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! -- Joost Kremers Life has its moments