Christian Moe <[email protected]> writes: >> Am I alone in seeing this or is this widespread? > > Confirmed. Can reproduce by pressing ';' on an entry in the agenda > buffer. > > Looks like org-timer-set-timer tries to floor a value it expects to find > in the 'effort-minutes text property if we're in agenda view. If the > entry has an Effort property set, things work as expected. However, if > the user has not set an effort property, the value of effort-minutes in > the agenda line is nil, rather than the number that ~floor~ expects. Not > sure if org-timer-set-timer needs to handle the nil case, or if the > property should be set to 0 somewhere else when the agenda view is > generated.
Fixed, on bugfix. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=cf141e8a0 -- Ihor Radchenko // yantar92, Org mode maintainer, 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>
