Variable: org-clock-continuously

org-clock-continuously is a customizable variable defined in org-clock.el.gz.

Value

nil

Documentation

Non-nil means to start clocking from the last clock-out time, if any.

This variable was added, or its default value changed, in Emacs 24.1.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-clock.el.gz
(defcustom org-clock-continuously nil
  "Non-nil means to start clocking from the last clock-out time, if any."
  :type 'boolean
  :version "24.1"
  :group 'org-clock)