From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Clemente Subject: Re: Agenda view: How many hours did I work today, and on what Date: Thu, 11 Jun 2009 10:50:11 +0200 Message-ID: <87ws7jtarg.fsf@CPU107.opentrends.net> References: <87k53mtyzj.fsf@CPU107.opentrends.net> <87iqj6plq1.fsf@gollum.intra.norang.ca> <87eittu50i.fsf@CPU107.opentrends.net> <87ws7lo9iq.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MEg3R-0005u0-08 for emacs-orgmode@gnu.org; Thu, 11 Jun 2009 04:54:37 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MEg3L-0005nS-Mn for emacs-orgmode@gnu.org; Thu, 11 Jun 2009 04:54:36 -0400 Received: from [199.232.76.173] (port=44068 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MEg3L-0005n5-Hl for emacs-orgmode@gnu.org; Thu, 11 Jun 2009 04:54:31 -0400 Received: from fg-out-1718.google.com ([72.14.220.157]:15031) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MEfzo-0008Pf-SE for emacs-orgmode@gnu.org; Thu, 11 Jun 2009 04:50:53 -0400 Received: by fg-out-1718.google.com with SMTP id l27so1225325fgb.7 for ; Thu, 11 Jun 2009 01:50:51 -0700 (PDT) In-Reply-To: <87ws7lo9iq.fsf@gollum.intra.norang.ca> (Bernt Hansen's message of "Tue, 09 Jun 2009 08:51:25 -0400") 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: Bernt Hansen Cc: Org-mode ml > The clock report in the agenda is mainly for reporting the time spent > working on items. If you want to compare estimates with clocked amounts > for a particular subtree I would use a dynamic clock table instead. Thanks, dynamic clock tables are useful. However, the table format is still unmanageable in interesting reports like: #+BEGIN: clocktable :maxlevel 99 :scope agenda #+END: I think more advanced visualisations can be obtained from that; even graphs, charts with statistics, etc. (now that we have gnuplot, R, graphviz, even more). Mmm... or even interactive and powerful ones with JavaScript and jQuery. I expect to see real-scale time and calendar grids some day in org. Back to work, -- Daniel