From mboxrd@z Thu Jan 1 00:00:00 1970 From: iemacs@gmail.com Subject: clocksum bug in agenda-view with log-mode on Date: Sun, 22 Jun 2008 22:00:17 +0800 Message-ID: <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 1KAQ7I-0000iZ-0Z for emacs-orgmode@gnu.org; Sun, 22 Jun 2008 10:00:28 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KAQ7E-0000hx-EK for emacs-orgmode@gnu.org; Sun, 22 Jun 2008 10:00:27 -0400 Received: from [199.232.76.173] (port=59918 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KAQ7E-0000hu-4Z for emacs-orgmode@gnu.org; Sun, 22 Jun 2008 10:00:24 -0400 Received: from rv-out-0708.google.com ([209.85.198.246]:43927) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KAQ7D-0003Ql-KU for emacs-orgmode@gnu.org; Sun, 22 Jun 2008 10:00:23 -0400 Received: by rv-out-0708.google.com with SMTP id k29so8729772rvb.6 for ; Sun, 22 Jun 2008 07:00:22 -0700 (PDT) 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: org-mode mailing list 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