Function: org-agenda-day-view

org-agenda-day-view is an interactive and byte-compiled function defined in org-agenda.el.gz.

Signature

(org-agenda-day-view &optional DAY-OF-MONTH)

Documentation

Switch to daily view for agenda.

With argument DAY-OF-MONTH, switch to that day of the month.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-agenda.el.gz
(defun org-agenda-day-view (&optional day-of-month)
  "Switch to daily view for agenda.
With argument DAY-OF-MONTH, switch to that day of the month."
  (interactive "P")
  (org-agenda-change-time-span 'day day-of-month))