Variable: org-timer-format

org-timer-format is a customizable variable defined in org-timer.el.gz.

Value

"%s "

Documentation

The format to insert the time of the timer.

This format must contain one instance of "%s" which will be replaced by the value of the timer.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-timer.el.gz
(defcustom org-timer-format "%s "
  "The format to insert the time of the timer.
This format must contain one instance of \"%s\" which will be replaced by
the value of the timer."
  :group 'org-time
  :type 'string)