Merge branch 'maint'
This commit is contained in:
commit
a0f40bdfa3
|
@ -370,6 +370,8 @@ VALUE can be `on', `off', or `pause'."
|
||||||
(message "%d minute(s) %d seconds left before next time out"
|
(message "%d minute(s) %d seconds left before next time out"
|
||||||
rmins rsecs))))
|
rmins rsecs))))
|
||||||
|
|
||||||
|
(defvar org-clock-sound)
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun org-timer-set-timer (&optional opt)
|
(defun org-timer-set-timer (&optional opt)
|
||||||
"Prompt for a duration and set a timer.
|
"Prompt for a duration and set a timer.
|
||||||
|
|
Loading…
Reference in New Issue