diff --git a/lisp/org.el b/lisp/org.el index 9e156c20a..7d633ad2b 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -17463,7 +17463,9 @@ The format is determined by `org-time-clocksum-format', `org-time-clocksum-use-fractional' and `org-time-clocksum-fractional-format' and `org-time-clocksum-use-effort-durations'." - (let ((clocksum "") h d w mo y fmt n) + (let ((clocksum "") + (m (round m)) ; Don't allow fractions of minutes + h d w mo y fmt n) (setq h (if org-time-clocksum-use-effort-durations (cdr (assoc "h" org-effort-durations)) 60) d (if org-time-clocksum-use-effort-durations