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: Mon, 27 Nov 2017 18:22:52 +0100 Message-ID: <87indvskk3.fsf@nicolasgoaziou.fr> References: <8737552lrx.fsf@ifi.uio.no> <87609xtdlr.fsf@nicolasgoaziou.fr> <87374zx113.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]:36545) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eJN7W-0001rS-A3 for emacs-orgmode@gnu.org; Mon, 27 Nov 2017 12:23:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eJN7Q-0000Fy-Cs for emacs-orgmode@gnu.org; Mon, 27 Nov 2017 12:23:02 -0500 Received: from relay2-d.mail.gandi.net ([2001:4b98:c:538::194]:52925) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eJN7Q-0000F7-6D for emacs-orgmode@gnu.org; Mon, 27 Nov 2017 12:22:56 -0500 In-Reply-To: <87374zx113.fsf@ifi.uio.no> ("Francisco =?utf-8?Q?Vel=C3=A1zq?= =?utf-8?Q?uez=22's?= message of "Mon, 27 Nov 2017 15:13:28 +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: > Hi Nicolas > > If I use a property name other than 'Effort', there column for '{est+}' > is empty. My question remains: > > How to use '{est+}'? > > I attach the example file. > > Thank you. > > #+COLUMNS: %Item %Effort{est+} The property and the column name need to match. #+COLUMNS: %Item %Effort_low-high{est+} > > * Estimated effort > :PROPERTIES: > :Effort_low-high: 4-12 > :END: Regards, --=20 Nicolas Goaziou