emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Kyle Meyer <kyle@kyleam.com>
To: Axel Kielhorn <org-mode@axelkielhorn.de>
Cc: Org-Mode Mailing List <emacs-orgmode@gnu.org>
Subject: Re: Using est+ with effort estimate range
Date: Sun, 13 Sep 2020 16:37:26 -0400	[thread overview]
Message-ID: <871rj5mn09.fsf@kyleam.com> (raw)
In-Reply-To: <8DB47417-0C65-45C3-97C6-D62D56BD1EB7@axelkielhorn.de>

Thanks for the report, and sorry for the slow reply.

Axel Kielhorn writes:

>> Am 30.05.2020 um 14:40 schrieb Axel Kielhorn <org-mode@axelkielhorn.de>:
>> 
>> Hello,
>> 
>> according to the manual, there is a special column type for column view
>> 
>> ‘est+’	Add low-high estimates.
>> 
[...]
>
> There was a bug report in 2014:
>
> Date: Tue, 16 Dec 2014 11:45:21 -0500
> Message-ID: <CAG2CFAaaFUyM5MJRfYxJ=kjnqmS=ub54Rx3NVtsgDMcyHQ-zsQ@mail.gmail.com>
> To: emacs-orgmode@gnu.org
> Subject: [O] Bug: est+ not working,
>  or perhaps under-documented [8.2.10 (release_8.2.10 @
>  c:/Users/yhluc00/emacs/share/emacs/24.4/lisp/org/)]
>
> With a reply and a patch by Nicolas:
[...]
> Proper syntax is simply
>
>   :Effort: 4-12
>
> But this gives:
> Invalid duration format: "4-12“
>
> Here is the patch:
>
> Fix low-high estimates	c1558d34d	Nicolas Goaziou <mail@nicolasgoaziou.fr>	16.12.2014, 23:53

I see the same thing on my end as well, using your example and the
example from the message you linked to:

--8<---------------cut here---------------start------------->8---
#+COLUMNS: %40ITEM(Task) %12Effort(Estimate){est+}

* Estimate
** Little Thing
   :PROPERTIES:
   :Effort:   1.0-5.5
   :END:
** Big Mess
   :PROPERTIES:
   :Effort:   8.0-30.0
   :END:
--8<---------------cut here---------------end--------------->8---

It looks like the fix from the above commit (c1558d34d) was later broken
by the transition to the org-duration library in Org 9.1, specifically
7e8cf5f4c (Use Org duration library, 2017-02-08).


  reply	other threads:[~2020-09-13 20:38 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-30 12:40 Using est+ with effort estimate range Axel Kielhorn
2020-06-02 10:17 ` Axel Kielhorn
2020-09-13 20:37   ` Kyle Meyer [this message]
2021-05-15  9:23     ` Bastien
2021-05-16  5:31       ` Axel Kielhorn

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=871rj5mn09.fsf@kyleam.com \
    --to=kyle@kyleam.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=org-mode@axelkielhorn.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).