From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer Stengele Subject: Re: 9.0.6 and clock tables -> solved Date: Mon, 15 May 2017 13:35:57 +0200 Message-ID: <6b5f1e51-cd64-a844-0d21-f945d1942e43@online.de> References: <87mvavoyxw.fsf@t3610> <87y3u7sq0k.fsf@t3610> <87d1be14ll.fsf@nicolasgoaziou.fr> <9eb59c05-7949-9cea-dea1-d94971f6de57@online.de> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40669) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dAEIM-00029h-4u for emacs-orgmode@gnu.org; Mon, 15 May 2017 07:36:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dAEII-0000ck-4Y for emacs-orgmode@gnu.org; Mon, 15 May 2017 07:36:10 -0400 Received: from [195.159.176.226] (port=40837 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dAEIH-0000cS-UY for emacs-orgmode@gnu.org; Mon, 15 May 2017 07:36:06 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1dAEI9-000779-TF for emacs-orgmode@gnu.org; Mon, 15 May 2017 13:35:57 +0200 In-Reply-To: <9eb59c05-7949-9cea-dea1-d94971f6de57@online.de> 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" Cc: Roland Everaert , emacs-orgmode Am 15.05.2017 um 08:57 schrieb Rainer Stengele: > Am 12.05.2017 um 17:23 schrieb Nicolas Goaziou: >> Hello, >> >> Rainer Stengele writes: >> >>> I have a wrong clock summary in my agenda and also in clock tables >>> since 9.0.6. Also the clock sum format suddenly includes days instead >>> of only hours as before. >>> >>> I have a function overriding the agenda clocktable report - see below. >>> What has changed in terms of clock time sum? >> >> Could you show an ECM? >> >> Regards, >> > Hi, > > I updated to the latest Org version this morning. > I still get this result: (without line wraps) for the Time value: "1d > 12:45". > It was showing a total sum of hours before updating to 9.0.6 and the > value is also wrong since the update (should be around 39 hours). > > #+BEGIN: clocktable :maxlevel 1 :properties ("CATEGORY") :fileskip0 t > :scope agenda-with-archives :block 2017-W19 :sort (4 . ?T) > #+CAPTION: Clock summary at [2017-05-15 Mo 08:51], for week 2017-W19. > | File | CATEGORY | Headline | > Time | > |-----------------------+----------------+------------------------------------------+------------| > > | | ALL | *Total time* | *1d > 12:45* | > |-----------------------+----------------+------------------------------------------+------------| > > | Projectmanagement.org | | *File time* | *1d > 12:45* | > > #+END: > > So something has changed calculating and outputting the clock summary. > > Thank you. > Regards, Rainer > > Hi again, found it. I missed the change to the new Org duration Format in that update. After adapting configurations all works as expected. Thanks and sorry for the noise. Regards, Rainer Stengele