From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: est+ and time units Date: Thu, 12 Jan 2017 15:34:57 +0100 Message-ID: <87mvewbb3i.fsf@nicolasgoaziou.fr> References: <86shoobct5.fsf@gmail.com> <87r348bc83.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46297) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cRgT3-0005gB-2A for emacs-orgmode@gnu.org; Thu, 12 Jan 2017 09:35:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cRgSy-0002ql-3j for emacs-orgmode@gnu.org; Thu, 12 Jan 2017 09:35:05 -0500 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:34974) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cRgSx-0002qP-Tp for emacs-orgmode@gnu.org; Thu, 12 Jan 2017 09:35:00 -0500 In-Reply-To: (Malcolm Matalka's message of "Thu, 12 Jan 2017 15:21: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: Malcolm Matalka Cc: emacs-orgmode@gnu.org Malcolm Matalka writes: > Thanks again! Is supporting units something that is viewed as a bad idea > or a feature that nobody has had the time to develop? I ask so I don't > waste my time if I try and develop it. Actually, I was wrong. `org-columns--summary-estimate' calls `string-to-number' so "1d" is equivalent to "1" and "1d-2d" is equivalent to "1-2". Though the unit is simply ignored. I think nobody thought about implement it. It shouldn't be too difficult, all is in `org-columns--summary-estimate'. Regards,