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:12:53 +0000 Message-ID: <861sw8ctgq.fsf@gmail.com> References: <86eg08cx9w.fsf@gmail.com> <874m14cu4o.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54723) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cRfBd-00082M-1w for emacs-orgmode@gnu.org; Thu, 12 Jan 2017 08:13:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cRfBY-0001eU-4Q for emacs-orgmode@gnu.org; Thu, 12 Jan 2017 08:13:01 -0500 Received: from mail-wm0-x241.google.com ([2a00:1450:400c:c09::241]:33943) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cRfBX-0001e6-Th for emacs-orgmode@gnu.org; Thu, 12 Jan 2017 08:12:56 -0500 Received: by mail-wm0-x241.google.com with SMTP id c85so3574993wmi.1 for ; Thu, 12 Jan 2017 05:12:55 -0800 (PST) In-Reply-To: <874m14cu4o.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Thu, 12 Jan 2017 13:58:31 +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: > >> I'm on 8.2.10 and want to upgrade to the latest version in ELPA for est+ >> views, but I noticed that summation with {:} in column view does not >> give output in days. I've poked around the code a bit and it doesn't >> seem to me like a configuration change. >> >> Is there any way to get effort estimates printed in days (where number >> of days is based on org-effort-durations? >> >> The motivation for this is I'm planning a large project where the summed >> estimates are in days and 180 hours is more difficult to grasp than 22.5 >> days. > > You can control the output with `org-time-clocksum-format' (which should > be named differently BTW). See also `org-time-clocksum-use-fractional' > and `org-time-clocksum-fractional-format'. >From what I can tell, those apply to CLOCKSUM but in this case I'm using {:} for effort. Do they still apply there? I can see that CLOCKSUM already uses days in the format but I'm not seeing it on the output for Effort sums. Am I misunderstanding your response? > > Regards,