Function: org-diary-default-entry
org-diary-default-entry is a byte-compiled function defined in
org-agenda.el.gz.
Signature
(org-diary-default-entry)
Documentation
Add a dummy entry to the diary.
Needed to avoid empty dates which mess up holiday display.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-agenda.el.gz
(defun org-diary-default-entry ()
"Add a dummy entry to the diary.
Needed to avoid empty dates which mess up holiday display."
;; Catch the error if dealing with the new add-to-diary-alist
(when org-disable-agenda-to-diary
(diary-add-to-list original-date "Org mode dummy" "")))