Variable: org-export-with-priority
org-export-with-priority is a customizable variable defined in
ox.el.gz.
Value
nil
Documentation
Non-nil means include priority cookies in export.
This option can also be set with the OPTIONS keyword, e.g. "pri:t".
Source Code
;; Defined in /usr/src/emacs/lisp/org/ox.el.gz
(defcustom org-export-with-priority nil
"Non-nil means include priority cookies in export.
This option can also be set with the OPTIONS keyword,
e.g. \"pri:t\"."
:group 'org-export-general
:type 'boolean
:safe #'booleanp)