Re: [BUG] Effort range format broken [9.5.5 (release_9.5.5 @ /usr/local/share/emacs/28.2/lisp/org/)]

2023-03-03 Thread Derek Chen-Becker
Confirmed, I upgraded to 9.6.1 and it works for me. Thanks! On Fri, Mar 3, 2023 at 9:03 AM Ihor Radchenko wrote: > Derek Chen-Becker writes: > > > Here is the minimal org file to repro: > > > > > > #+COLUMNS: %ITEM(Task) %Effort(Estimate){est+} > > > > *

Re: [BUG] Effort range format broken [9.5.5 (release_9.5.5 @ /usr/local/share/emacs/28.2/lisp/org/)]

2023-03-03 Thread Ihor Radchenko
Derek Chen-Becker writes: > Here is the minimal org file to repro: > > > #+COLUMNS: %ITEM(Task) %Effort(Estimate){est+} > > * Table > #+BEGIN: columnview :id input > > #+END > ... With point at #+BEGIN, pressing C-c C-c works just fine for me. Using Org 9

[BUG] Effort range format broken [9.5.5 (release_9.5.5 @ /usr/local/share/emacs/28.2/lisp/org/)]

2023-03-02 Thread Derek Chen-Becker
The Org manual (https://orgmode.org/manual/Column-attributes.html) indicates that an Effort property may be entered as a range like "1-10", but if I do that I get the error: org-duration-to-minutes: Invalid duration format: "2-3" Here is the minimal org file to repro: ===