Changes in master Modified lisp/org-timer.el diff --git a/lisp/org-timer.el b/lisp/org-timer.el index 8ecfebd..34fab12 100644 --- a/lisp/org-timer.el +++ b/lisp/org-timer.el @@ -90,7 +90,7 @@ that was not started at the correct moment." (org-timer-secs-to-hms (floor (- (time-to-seconds (current-time)) - (time-to-seconds org-timer-start-time)))))))) + (time-to-seconds org-timer-start-time))))))) ;;;###autoload (defun org-timer-change-times-in-region (beg end delta)