Variable: org-agenda-include-diary

org-agenda-include-diary is a customizable variable defined in org-agenda.el.gz.

Value

nil

Documentation

If non-nil, include in the agenda entries from the Emacs Calendar's diary.

Custom commands can set this variable in the options section.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-agenda.el.gz
(defcustom org-agenda-include-diary nil
  "If non-nil, include in the agenda entries from the Emacs Calendar's diary.
Custom commands can set this variable in the options section."
  :group 'org-agenda-daily/weekly
  :type 'boolean)