Variable: org-mouse-direct
org-mouse-direct is a variable defined in org-mouse.el.gz.
Value
t
Documentation
Internal variable indicating whether the current action is direct.
If t, then the current action has been invoked directly through the buffer it is intended to operate on. If nil, then the action has been invoked indirectly, for example, through the agenda buffer.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-mouse.el.gz
(defvar org-mouse-direct t
"Internal variable indicating whether the current action is direct.
If t, then the current action has been invoked directly through the buffer
it is intended to operate on. If nil, then the action has been invoked
indirectly, for example, through the agenda buffer.")