Function: org-agenda-check-no-diary
org-agenda-check-no-diary is a byte-compiled function defined in
org-agenda.el.gz.
Signature
(org-agenda-check-no-diary)
Documentation
Check if the entry is a diary link and abort if yes.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-agenda.el.gz
(defun org-agenda-check-no-diary ()
"Check if the entry is a diary link and abort if yes."
(when (org-get-at-bol 'org-agenda-diary-link)
(org-agenda-error)))