Function: org-mouse-set-priority

org-mouse-set-priority is a byte-compiled function defined in org-mouse.el.gz.

Signature

(org-mouse-set-priority PRIORITY)

Documentation

Set the priority of the current headline to PRIORITY.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-mouse.el.gz
(defun org-mouse-set-priority (priority)
  "Set the priority of the current headline to PRIORITY."
  (org-priority priority))