org-timer

org-timer is an interactive autoloaded Lisp function in `org-timer.el'.


(org-timer &optional RESTART NO-INSERT-P)

Insert a H:MM:SS string from the timer into the buffer.
The first time this command is used, the timer is started. When used with
a C-u prefix, force restarting the timer.
When used with a double prefix argument C-u, change all the timer string
in the region by a fixed amount. This can be used to recalibrate a timer
that was not started at the correct moment.

If NO-INSERT-P is non-nil, return the string instead of inserting
it in the buffer.