Variable: org-log-note-effective-time

org-log-note-effective-time is a variable defined in org.el.gz.

Value

nil

Documentation

Remembered current time.

So that dynamically scoped org-extend-today-until affects timestamps in state change log.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defvar org-log-note-effective-time nil
  "Remembered current time.
So that dynamically scoped `org-extend-today-until' affects
timestamps in state change log.")