From mboxrd@z Thu Jan 1 00:00:00 1970 From: iemacs@gmail.com Subject: Re: clocksum bug in agenda-view with log-mode on Date: Mon, 23 Jun 2008 09:02:37 +0800 Message-ID: <191f2a110806221802p102bb9f6kd2eb019979a4aff4@mail.gmail.com> References: <191f2a110806220700h487facd5i9ecbad1d3948703a@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KAaS8-0005DK-AP for emacs-orgmode@gnu.org; Sun, 22 Jun 2008 21:02:40 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KAaS6-0005CW-Tl for emacs-orgmode@gnu.org; Sun, 22 Jun 2008 21:02:40 -0400 Received: from [199.232.76.173] (port=47742 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KAaS6-0005CQ-Hy for emacs-orgmode@gnu.org; Sun, 22 Jun 2008 21:02:38 -0400 Received: from hs-out-0708.google.com ([64.233.178.244]:4038) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KAaS6-0001O9-Bn for emacs-orgmode@gnu.org; Sun, 22 Jun 2008 21:02:38 -0400 Received: by hs-out-0708.google.com with SMTP id 55so261336hsc.10 for ; Sun, 22 Jun 2008 18:02:37 -0700 (PDT) In-Reply-To: Content-Disposition: inline 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: Carsten Dominik Cc: org-mode mailing list Hi Carsten, Press `R' in the agenda is even better, thank you. BTW, after I posted this message, I tried to use Dynamic blocks and found `yesterday' doesn't work in #+BEGIN: clocktable :maxlevel 2 :scope file :block yesterday I had to use `today-1' to get it work. On Sun, Jun 22, 2008 at 10:08 PM, Carsten Dominik wrote: > > Hi Tian, > > yes, this is known and documented in, item 3. > > http://orgmode.org/manual/Agenda-column-view.html#Agenda-column-view > > In column view, the clocksum of an entry is treated as a single property > that is > displayed by the agenda, without limiting the time shown to the agenda time > range. > > - Carsten > > On Jun 22, 2008, at 4:00 PM, iemacs@gmail.com wrote: > >> I'm using 6.05 currently. >> >> I've found a problem with the clocksum function in agenda-view with >> log-mode. The following org file has two tasks with clock-time events: >> >> #+COLUMNS: %25ITEM(Task) %CLOCKSUM >> * TODO task1 >> :CLOCK: >> CLOCK: [2008-06-21 Sat 15:37]--[2008-06-21 Sat 16:37] => 1:00 >> CLOCK: [2008-06-22 Sun 19:37]--[2008-06-22 Sun 20:37] => 1:00 >> :END: >> * TODO task2 >> :CLOCK: >> CLOCK: [2008-06-22 Sun 18:00]--[2008-06-22 Sun 19:00] => 1:00 >> CLOCK: [2008-06-22 Sun 21:00]--[2008-06-22 Sun 22:00] => 1:00 >> :END: >> >> In the Agenda-View, the clocksum include more clock-time event for >> calculation, and it doesn't limit the calculation to the specific day in >> agenda-view. It shows like this: >> >> Task | CLOC | >> Day-agenda (W25): >> Sunday 22 June 2008 | 6:00 | >> TODO task2 | 2:00 | >> TODO task1 | 2:00 | >> TODO task2 | 2:00 | >> >> >> -- >> Kind regards, >> >> Tian Qiu >> >> >> _______________________________________________ >> 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 > > -- Kind regards, Tian Qiu