Variable: org-agenda-start-day
org-agenda-start-day is a variable defined in org-agenda.el.gz.
Value
nil
Documentation
Start day for the agenda view.
Custom commands can set this variable in the options section.
This is usually a string like "2007-11-01", "+2d" or any other
input allowed when reading a date through the Org calendar.
See the docstring of org-read-date for details.
This variable has no effect when org-agenda-start-on-weekday is set
and agenda spans 7 or 14 days.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-agenda.el.gz
;;; Agenda Daily/Weekly
(defvar org-agenda-start-day nil ; dynamically scoped parameter
"Start day for the agenda view.
Custom commands can set this variable in the options section.
This is usually a string like \"2007-11-01\", \"+2d\" or any other
input allowed when reading a date through the Org calendar.
See the docstring of `org-read-date' for details.
This variable has no effect when `org-agenda-start-on-weekday' is set
and agenda spans 7 or 14 days.")