From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Column View with Effort Summing in Days Date: Thu, 12 Jan 2017 13:58:31 +0100 Message-ID: <874m14cu4o.fsf@nicolasgoaziou.fr> References: <86eg08cx9w.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51056) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cRexj-0000xD-Aj for emacs-orgmode@gnu.org; Thu, 12 Jan 2017 07:58:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cRexe-00035t-Pj for emacs-orgmode@gnu.org; Thu, 12 Jan 2017 07:58:39 -0500 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:52332) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cRexe-00034Z-J7 for emacs-orgmode@gnu.org; Thu, 12 Jan 2017 07:58:34 -0500 In-Reply-To: <86eg08cx9w.fsf@gmail.com> (Malcolm Matalka's message of "Thu, 12 Jan 2017 11:50:35 +0000") 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: Malcolm Matalka Cc: emacs-orgmode@gnu.org 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'. Regards, -- Nicolas Goaziou