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-hookHook run after relative or countdown timer is continued.
org-timer-countdown-timerCurrent countdown timer.
org-timer-countdown-timer-titleTitle for notification displayed when a countdown finishes.
org-timer-default-timerThe default timer when a timer is set, in minutes or hh:mm:ss format.
org-timer-displayDefine where running timer is displayed, if at all.
org-timer-done-hookHook run after countdown timer reaches zero.
org-timer-formatThe format to insert the time of the timer.
org-timer-pause-hookHook run before relative or countdown timer is paused.
org-timer-pause-timeTime when the timer was paused.
org-timer-reRegular expression used to match timer stamps.
org-timer-set-hookHook run after countdown timer is set.
org-timer-start-hookHook run after relative timer is started.
org-timer-start-timeStart time for the running timer.
org-timer-stop-hookHook 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()

Defined faces (0)