From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Carsten Dominik" Subject: Re: Re: how to get daily clock summaries Date: Thu, 29 Nov 2007 17:47:15 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0757002539==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IxmXo-0006sG-Gj for emacs-orgmode@gnu.org; Thu, 29 Nov 2007 11:47:20 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IxmXm-0006pJ-RT for emacs-orgmode@gnu.org; Thu, 29 Nov 2007 11:47:20 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IxmXm-0006p4-Ml for emacs-orgmode@gnu.org; Thu, 29 Nov 2007 11:47:18 -0500 Received: from wa-out-1112.google.com ([209.85.146.180]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IxmXm-0006Xm-4Y for emacs-orgmode@gnu.org; Thu, 29 Nov 2007 11:47:18 -0500 Received: by wa-out-1112.google.com with SMTP id k34so2352013wah for ; Thu, 29 Nov 2007 08:47:16 -0800 (PST) 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: Rainer Stengele Cc: emacs-orgmode@gnu.org --===============0757002539== Content-Type: multipart/alternative; boundary="----=_Part_12433_8082688.1196354836011" ------=_Part_12433_8082688.1196354836011 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline On Nov 29, 2007 10:55 AM, Rainer Stengele wrote: > 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. Much easier will be #+BEGIN: clocktable :maxlevel 0 :scope file :block today There is no simple way to do it for several days like this. I'll put it on my list, hope to get around to it some time. - Carsten ------=_Part_12433_8082688.1196354836011 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline

On Nov 29, 2007 10:55 AM, Rainer Stengele <rainer.stengele@diplan.de> wrote:
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.

Much easier will be
 

#+BEGIN: clocktable :maxlevel 0 :scope file :block today

There is no simple way to do it for several days like this.  I'll put it on my list, hope to get around to it some time.

- Carsten

------=_Part_12433_8082688.1196354836011-- --===============0757002539== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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 --===============0757002539==--