Function: org-display-warning
org-display-warning is a byte-compiled function defined in
org-macs.el.gz.
Signature
(org-display-warning MESSAGE)
Documentation
Display the given MESSAGE as a warning.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-macs.el.gz
(defun org-display-warning (message)
"Display the given MESSAGE as a warning."
(display-warning 'org message :warning))