mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 03:40:56 -08:00
Sync with Org 8.2.8.
This commit is contained in:
parent
e197284d47
commit
a81e5de3a3
44 changed files with 2586 additions and 1811 deletions
|
|
@ -186,7 +186,10 @@ it in the buffer."
|
|||
(insert (org-timer-value-string))))
|
||||
|
||||
(defun org-timer-value-string ()
|
||||
(format org-timer-format (org-timer-secs-to-hms (floor (org-timer-seconds)))))
|
||||
"Set the timer string."
|
||||
(format org-timer-format
|
||||
(org-timer-secs-to-hms
|
||||
(abs (floor (org-timer-seconds))))))
|
||||
|
||||
(defvar org-timer-timer-is-countdown nil)
|
||||
(defun org-timer-seconds ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue