Function: org-calendar-forward-day
org-calendar-forward-day is an interactive and byte-compiled function
defined in org.el.gz.
Signature
(org-calendar-forward-day)
Documentation
Move the cursor forward by one day.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defun org-calendar-forward-day ()
"Move the cursor forward by one day."
(interactive)
(org-eval-in-calendar '(calendar-forward-day 1)))