From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: How to generate clock report for hours worked each day? Date: Sat, 23 Sep 2017 21:04:05 -0500 Message-ID: <87bmm0lune.fsf@fastmail.fm> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59174) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dvwHE-0004vw-1T for emacs-orgmode@gnu.org; Sat, 23 Sep 2017 22:04:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dvwHA-0005CD-UP for emacs-orgmode@gnu.org; Sat, 23 Sep 2017 22:04:12 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:60803) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dvwHA-0005Al-KJ for emacs-orgmode@gnu.org; Sat, 23 Sep 2017 22:04:08 -0400 In-Reply-To: (concretevitamin@gmail.com's message of "Sat, 23 Sep 2017 20:51:57 +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" To: ConcreteVitamin Cc: emacs-orgmode@gnu.org ConcreteVitamin writes: > org-clock-report is awesome; however, it reports time spent on each > task. Is there any custom command that you use to generate a clock > report showing hours worked, across tasks, for each day? > > [...] > > I just want another command to show how many hours I've worked on > each day... You can generate such a report in the daily agenda by activating org-agenda-clockreport-mode (press R while viewing the agenda). It will show how much time you clocked during the day, broken down by file, subtree, etc. You can customize what is shown with the variable org-agenda-clockreport-parameter-plist. Best, Matt