Variable: org-priority-enable-commands

org-priority-enable-commands is a customizable variable defined in org.el.gz.

Value

t

Documentation

Non-nil means priority commands are active.

When nil, these commands will be disabled, so that you never accidentally set a priority.

Aliases

org-enable-priority-commands

Source Code

;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defcustom org-priority-enable-commands t
  "Non-nil means priority commands are active.
When nil, these commands will be disabled, so that you never accidentally
set a priority."
  :group 'org-priorities
  :type 'boolean)