and...@fedeli.eu writes: > IR > May you share your changes? > Sure! > Here they are: In these slices I take the upper part of the fork (where in > case, assuming a small-big usage convention ;)) as that is the value that > surely testify the effort estimation overrun. Being so, at the time of this > writing I just realized the use of pcase is likely replaceable by a simpler > (car (last (mapcar...))) call :). > > (let* ((effort-in-minutes > > > (pcase (mapcar #'org-duration-to-minutes (split-string > org-clock-effort "-")) > > > (`(,_ ,value) value) > > > (`(,value) value)))
I see. As I said, Org does not currently support EFFORT to be a range. Ranges only appear in column est+ summaries. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>