Variable: org-priority-start-cycle-with-default

org-priority-start-cycle-with-default is a customizable variable defined in org.el.gz.

Value

t

Documentation

Non-nil means start with default priority when starting to cycle.

When this is nil, the first step in the cycle will be (depending on the command used) one higher or lower than the default priority. See also org-priority-default.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defcustom org-priority-start-cycle-with-default t
  "Non-nil means start with default priority when starting to cycle.
When this is nil, the first step in the cycle will be (depending on the
command used) one higher or lower than the default priority.
See also `org-priority-default'."
  :group 'org-priorities
  :type 'boolean)