Variable: org-use-last-clock-out-time-as-effective-time

org-use-last-clock-out-time-as-effective-time is a customizable variable defined in org.el.gz.

Value

nil

Documentation

When non-nil, use the last clock out time for org-todo.

Note that this option has precedence over the combined use of org-use-effective-time and org-extend-today-until.

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

Source Code

;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defcustom org-use-last-clock-out-time-as-effective-time nil
  "When non-nil, use the last clock out time for `org-todo'.
Note that this option has precedence over the combined use of
`org-use-effective-time' and `org-extend-today-until'."
  :group 'org-time
  :version "24.4"
  :package-version '(Org . "8.0")
  :type 'boolean)