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