From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: Inconsistent effort handling in clock totals in maint [9.1.13 (release_9.1.13 @ /home/bernt/git/org-mode/lisp/)] Date: Sun, 13 May 2018 23:36:59 +0200 Message-ID: <87sh6vteys.fsf@nicolasgoaziou.fr> References: <87lgcpqyq7.fsf@norang.ca> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53771) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fHzew-0008OM-Ij for emacs-orgmode@gnu.org; Sun, 13 May 2018 18:40:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fHyfv-0001Es-Ox for emacs-orgmode@gnu.org; Sun, 13 May 2018 17:37:06 -0400 Received: from relay12.mail.gandi.net ([217.70.178.232]:54981) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fHyfv-0001EH-Ib for emacs-orgmode@gnu.org; Sun, 13 May 2018 17:37:03 -0400 In-Reply-To: <87lgcpqyq7.fsf@norang.ca> (Bernt Hansen's message of "Sat, 12 May 2018 00:33:52 -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: Bernt Hansen Cc: emacs-orgmode@gnu.org Hello, Bernt Hansen writes: > Notice modeline total has [0:05/0:15] > So 'do something' has an effort of 15 minutes. It may be entered wrong but it is a bare 15 value > instead of 15:00 or 00:15 > > :EFFORT: 15 > > 6) Go back to Test Parent > C-c C-p > > 7) Enter column mode > C-C C-x C-c > > Notice the total Effort is 15 hours and 30 minutes > Column mode is using the 15 effort as hours not minutes while clocking uses it as minutes. > When I run into this I change the effort value to either 15:00 or 00:15 but it would be better if it was handled consistently. Unfortunately, this discrepancy has deep roots. For example, the manual has this: {:} Sum times, HH:MM, plain numbers are hours. Changing {:} or effort behaviour could be annoying. We may add another summary-type, e.g. {::}, with the following description: {::} Sum times, HH:MM, plain numbers are minutes. WDYT? Regards, -- Nicolas Goaziou