Variable: org-deadline-string
org-deadline-string is a variable defined in org.el.gz.
Value
"DEADLINE:"
Documentation
String to mark deadline entries.
A deadline is this string, followed by a time stamp. It must be
a word, terminated by a colon. You can insert a schedule keyword
and a timestamp with C-c C-d (org-deadline).
Source Code
;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defvar org-deadline-string "DEADLINE:"
"String to mark deadline entries.
\\<org-mode-map>
A deadline is this string, followed by a time stamp. It must be
a word, terminated by a colon. You can insert a schedule keyword
and a timestamp with `\\[org-deadline]'.")