Variable: org-calendar-follow-timestamp-change

org-calendar-follow-timestamp-change is a customizable variable defined in org.el.gz.

Value

t

Documentation

Non-nil means make the calendar window follow timestamp changes.

When a timestamp is modified and the calendar window is visible, it will be moved to the new date.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defcustom org-calendar-follow-timestamp-change t
  "Non-nil means make the calendar window follow timestamp changes.
When a timestamp is modified and the calendar window is visible, it will be
moved to the new date."
  :group 'org-time
  :type 'boolean)