Variable: org-mouse-context-menu-function

org-mouse-context-menu-function is a buffer-local variable defined in org-mouse.el.gz.

Documentation

Function to create the context menu.

The value of this variable is the function invoked by org-mouse-context-menu as the context menu.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-mouse.el.gz
(defvar-local org-mouse-context-menu-function nil
  "Function to create the context menu.
The value of this variable is the function invoked by
`org-mouse-context-menu' as the context menu.")