File: org-timer.el.html
This file implements two types of timers for Org buffers:
- A relative timer that counts up (from 0 or a specified offset)
- A countdown timer that counts down from a specified time
The relative and countdown timers differ in their entry points.
Use org-timer or org-timer-start to start the relative timer,
and org-timer-set-timer to start the countdown timer.
Defined variables (14)
org-timer-continue-hook | Hook run after relative or countdown timer is continued. |
org-timer-countdown-timer | Current countdown timer. |
org-timer-countdown-timer-title | Title for notification displayed when a countdown finishes. |
org-timer-default-timer | The default timer when a timer is set, in minutes or hh:mm:ss format. |
org-timer-display | Define where running timer is displayed, if at all. |
org-timer-done-hook | Hook run after countdown timer reaches zero. |
org-timer-format | The format to insert the time of the timer. |
org-timer-pause-hook | Hook run before relative or countdown timer is paused. |
org-timer-pause-time | Time when the timer was paused. |
org-timer-re | Regular expression used to match timer stamps. |
org-timer-set-hook | Hook run after countdown timer is set. |
org-timer-start-hook | Hook run after relative timer is started. |
org-timer-start-time | t=0 for the running timer. |
org-timer-stop-hook | Hook run before relative or countdown timer is stopped. |
Defined functions (16)
org-timer | (&optional RESTART NO-INSERT) |
org-timer--get-timer-title | () |
org-timer--run-countdown-timer | (SECS TITLE) |
org-timer-change-times-in-region | (BEG END DELTA) |
org-timer-fix-incomplete | (HMS) |
org-timer-hms-to-secs | (HMS) |
org-timer-item | (&optional ARG) |
org-timer-pause-or-continue | (&optional STOP) |
org-timer-secs-to-hms | (S) |
org-timer-set-mode-line | (VALUE) |
org-timer-set-timer | (&optional OPT) |
org-timer-show-remaining-time | () |
org-timer-start | (&optional OFFSET) |
org-timer-stop | () |
org-timer-update-mode-line | () |
org-timer-value-string | () |