From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: Estimate effort ranges do not work [9.1.3 (9.1.3-elpa @ /home/francisv/.emacs.d/elpa/org-20171116/)] Date: Sun, 26 Nov 2017 13:43:12 +0100 Message-ID: <87609xtdlr.fsf@nicolasgoaziou.fr> References: <8737552lrx.fsf@ifi.uio.no> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55119) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eIwHE-0003GX-Vt for emacs-orgmode@gnu.org; Sun, 26 Nov 2017 07:43:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eIwHD-0001VP-Ok for emacs-orgmode@gnu.org; Sun, 26 Nov 2017 07:43:17 -0500 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:50710) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eIwHD-0001Uv-IE for emacs-orgmode@gnu.org; Sun, 26 Nov 2017 07:43:15 -0500 In-Reply-To: <8737552lrx.fsf@ifi.uio.no> ("Francisco =?utf-8?Q?Vel=C3=A1zq?= =?utf-8?Q?uez=22's?= message of "Thu, 23 Nov 2017 13:59:46 +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: Francisco =?utf-8?Q?Vel=C3=A1zquez?= Cc: emacs-orgmode@gnu.org Hello, Francisco Vel=C3=A1zquez writes: > 1. What exactly did you do? > > I try to use the low-high estimates with the column attribute {est+} > as documented in http://orgmode.org/manual/Column-attributes.html. > > For that, I tried to assign low and high effort values as in > http://thread.gmane.org/gmane.emacs.orgmode/93505/focus=3D93514. The > formats I tried: > > :Effort: +4.0-12.0 > :Effort: 4.0-12.0 > :Effort: 4-12 > :Effort: 4:00-12:00 > :Effort: 4:00-1.5d > :Effort_Low: 4:00 > :Effort_High: 1.5d EFFORT is a somewhat special property that expects its value to be a number, mainly for ordering in agenda view. `M-x org-lint' warns about it. You can use low-high estimates with any other property, e.g. :Whatever: 4-12 Regards, --=20 Nicolas Goaziou