Function: org-display-warning

org-display-warning is a byte-compiled function defined in org-macs.el.

Signature

(org-display-warning MESSAGE)

Documentation

Display the given MESSAGE as a warning.

Source Code

;; Defined in ~/.emacs.d/elpa/org-9.8.2/org-macs.el
(defun org-display-warning (message)
  "Display the given MESSAGE as a warning."
  (display-warning 'org message :warning))