From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: Clock table reports wrong data [9.0.9] Date: Tue, 04 Jul 2017 00:20:32 +0200 Message-ID: <87bmp1b1sf.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57462) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dS9hv-0003zL-4a for emacs-orgmode@gnu.org; Mon, 03 Jul 2017 18:20:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dS9hu-0001My-0T for emacs-orgmode@gnu.org; Mon, 03 Jul 2017 18:20:39 -0400 Received: from relay2-d.mail.gandi.net ([2001:4b98:c:538::194]:50914) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dS9ht-0001Ji-Qu for emacs-orgmode@gnu.org; Mon, 03 Jul 2017 18:20:37 -0400 In-Reply-To: (Pierre-Henry F.'s message of "Mon, 03 Jul 2017 13:43:56 -0400") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: "Pierre-Henry F." Cc: "emacs-orgmode@gnu.org" Hello, "Pierre-Henry F." writes: > Hello! Given: ** test > > #+BEGIN: clocktable :maxlevel 3 :scope subtree :block 2017-07-03 > #+CAPTION: Clock summary at [2017-07-03 Mon 19:30], for Monday, July 03, 2017. > > | Headline | Time | | > |--------------+--------+------| > | *Total time* | *1:55* | | > |--------------+--------+------| > | \_ test | | 1:55 | > #+END: > :LOGBOOK: > CLOCK: [2017-07-02 Sun 20:40]--[2017-07-02 Sun 23:55] => 3:15 > :END: > If I move the cursor to the "#+BEGIN:" line then "C-c", the table > reports wrong data. Since ":block 2017-07-03" and "CLOCK: [2017-07-02 > Sun 20:40]--[2017-07-02 Sun 23:55] => 3:15" then the "*Total time*" > should be: "0" but it is "*1:55*". Fixed. Thank you. Regards, -- Nicolas Goaziou