Function: org-calendar-forward-month

org-calendar-forward-month is an interactive and byte-compiled function defined in org.el.gz.

Signature

(org-calendar-forward-month)

Documentation

Move the cursor forward by one month.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defun org-calendar-forward-month ()
  "Move the cursor forward by one month."
  (interactive)
  (org-eval-in-calendar '(calendar-forward-month 1)))