Variable: org-agenda-move-date-from-past-immediately-to-today
org-agenda-move-date-from-past-immediately-to-today is a customizable
variable defined in org-agenda.el.gz.
Value
t
Documentation
Non-nil means jump to today when moving a past date forward in time.
When using S-right in the agenda to move a date forward, and the date stamp currently points to the past, the first key press will move it to today. When nil, just move one day forward even if the date stays in the past.
This variable was added, or its default value changed, in Emacs 24.1.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-agenda.el.gz
(defcustom org-agenda-move-date-from-past-immediately-to-today t
"Non-nil means jump to today when moving a past date forward in time.
When using S-right in the agenda to move a date forward, and the date
stamp currently points to the past, the first key press will move it
to today. When nil, just move one day forward even if the date stays
in the past."
:group 'org-agenda-daily/weekly
:version "24.1"
:type 'boolean)