Variable: org-timer-default-timer

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

Value

"0"

Documentation

The default timer when a timer is set, in minutes or hh:mm:ss format.

When 0, the user is prompted for a value.

This variable was added, or its default value changed, in Org version
8.3.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-timer.el.gz
(defcustom org-timer-default-timer "0"
  "The default timer when a timer is set, in minutes or hh:mm:ss format.
When 0, the user is prompted for a value."
  :group 'org-time
  :version "26.1"
  :package-version '(Org . "8.3")
  :type 'string)