|
@@ -130,6 +130,7 @@ the region 0:00:00."
|
|
|
(org-timer-secs-to-hms (or delta 0)))
|
|
|
(run-hooks 'org-timer-start-hook))))
|
|
|
|
|
|
+;;;###autoload
|
|
|
(defun org-timer-pause-or-continue (&optional stop)
|
|
|
"Pause or continue the relative timer.
|
|
|
With prefix arg STOP, stop it entirely."
|
|
@@ -156,6 +157,7 @@ With prefix arg STOP, stop it entirely."
|
|
|
(org-timer-set-mode-line 'pause)
|
|
|
(message "Timer paused at %s" (org-timer-value-string)))))
|
|
|
|
|
|
+;;;###autoload
|
|
|
(defun org-timer-stop ()
|
|
|
"Stop the relative timer."
|
|
|
(interactive)
|