Variable: org-mouse-priority-regexp

org-mouse-priority-regexp is a variable defined in org-mouse.el.gz.

Value

"\\[#\\([A-Z]\\)\\]"

Documentation

Regular expression matching the priority indicator.

Differs from org-priority-regexp in that it doesn't contain the leading .*?.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-mouse.el.gz
(defvar org-mouse-priority-regexp "\\[#\\([A-Z]\\)\\]"
  "Regular expression matching the priority indicator.
Differs from `org-priority-regexp' in that it doesn't contain the
leading `.*?'.")