From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer Stengele Subject: Re: how to get daily clock summaries Date: Thu, 29 Nov 2007 10:55:51 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ixg7o-0000j0-F7 for emacs-orgmode@gnu.org; Thu, 29 Nov 2007 04:56:04 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ixg7m-0000fM-0K for emacs-orgmode@gnu.org; Thu, 29 Nov 2007 04:56:02 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ixg7l-0000f5-Di for emacs-orgmode@gnu.org; Thu, 29 Nov 2007 04:56:01 -0500 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 1Ixg7k-00042j-VS for emacs-orgmode@gnu.org; Thu, 29 Nov 2007 04:56:01 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Ixg7i-0006la-BT for emacs-orgmode@gnu.org; Thu, 29 Nov 2007 09:55:58 +0000 Received: from 212.34.176.74 ([212.34.176.74]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 29 Nov 2007 09:55:58 +0000 Received: from rainer.stengele by 212.34.176.74 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 29 Nov 2007 09:55:58 +0000 In-Reply-To: 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 Rainer Stengele schrieb: > I'd like to get daily clock summaries! I want to be able to see how much time I worked on which project day by day. > Such an overview would also show me the open "non-clocked" time per day. > > Any ideas to get such a view (agenda?) with existing means? > > rainer > > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > OK - this does it for one day: #+BEGIN: clocktable :maxlevel 0 :scope file :tstart "<2007-11-28 Mi 00:00>" :tend "<2007-11-28 Mi 23:59>" Clock summary at [2007-11-29 Do 10:24]. | L | Headline | Time | |---+--------------+--------| | | *Total time* | *1:38* | |---+--------------+--------| #+END: I could copy / modify this block for each day. It would anyway be nice to get a compact overview for several days. rainer