From mboxrd@z Thu Jan 1 00:00:00 1970 From: Malcolm Matalka Subject: Re: Column View with Effort Summing in Days Date: Thu, 12 Jan 2017 13:46:18 +0000 Message-ID: <86wpe0bdcl.fsf@gmail.com> References: <86eg08cx9w.fsf@gmail.com> <874m14cu4o.fsf@nicolasgoaziou.fr> <861sw8ctgq.fsf@gmail.com> <87vatkbece.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33836) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cRfhy-0002AN-7y for emacs-orgmode@gnu.org; Thu, 12 Jan 2017 08:46:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cRfht-0000qj-Ks for emacs-orgmode@gnu.org; Thu, 12 Jan 2017 08:46:26 -0500 Received: from mail-wm0-x241.google.com ([2a00:1450:400c:c09::241]:33572) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cRfht-0000q5-Dp for emacs-orgmode@gnu.org; Thu, 12 Jan 2017 08:46:21 -0500 Received: by mail-wm0-x241.google.com with SMTP id r144so3810135wme.0 for ; Thu, 12 Jan 2017 05:46:21 -0800 (PST) In-Reply-To: <87vatkbece.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Thu, 12 Jan 2017 14:24:49 +0100") 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: Nicolas Goaziou Cc: emacs-orgmode@gnu.org Nicolas Goaziou writes: > Hello, > > Malcolm Matalka writes: > >> From what I can tell, those apply to CLOCKSUM but in this case I'm using >> {:} for effort. Do they still apply there? > > They should, IIRC, as long as at least one duration is expressed using > `org-effort-durations' units. > >> I can see that CLOCKSUM already uses days in the format but I'm not >> seeing it on the output for Effort sums. > > Could you show an ECM if you think it doesn't work as expected? Ohhhhhhhhhkay, now I get what's going on. It works if I have at least 1 effort estimate in days. What does not work is if the sum of effort estimates sums up to over a day, it stays as hours. I don't know if this behaviour is better or worse than my expected behaviour. For my usecase I do have some estimates that are over a day but the legacy behaviour would automatically convert. Here is an example: * Test1 :PROPERTIES: :COLUMNS: %50ITEM(Task) %10Effort(Effort){:} :END: ** Foo :PROPERTIES: :Effort: 8:00 :END: ** Bar :PROPERTIES: :Effort: 8:00 :END: ** Baz :PROPERTIES: :Effort: 8:00 :END: This sums to 24:00, if I change 1 of these to 1d I get 3d (which is what I want). Thank you! > > Regards,