Function: org-calendar-scroll-month-left

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

Signature

(org-calendar-scroll-month-left)

Documentation

Scroll the displayed calendar left by one month.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defun org-calendar-scroll-month-left ()
  "Scroll the displayed calendar left by one month."
  (interactive)
  (org-eval-in-calendar '(calendar-scroll-left 1)))