Function: org-agenda-holidays

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

Signature

(org-agenda-holidays)

Documentation

Display the holidays for the 3 months around the cursor date.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-agenda.el.gz
(defun org-agenda-holidays ()
  "Display the holidays for the 3 months around the cursor date."
  (interactive)
  (org-agenda-execute-calendar-command 'calendar-list-holidays))