Function: org-agenda-phases-of-moon

org-agenda-phases-of-moon is an interactive and byte-compiled function defined in org-agenda.el.gz.

Signature

(org-agenda-phases-of-moon)

Documentation

Display the phases of the moon 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-phases-of-moon ()
  "Display the phases of the moon for the 3 months around the cursor date."
  (interactive)
  (org-agenda-execute-calendar-command 'calendar-lunar-phases))