Function: org-agenda-show-mouse

org-agenda-show-mouse is an interactive and byte-compiled function defined in org-agenda.el.gz.

Signature

(org-agenda-show-mouse EV)

Documentation

Display the Org file which contains the item at the mouse click.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-agenda.el.gz
(defun org-agenda-show-mouse (ev)
  "Display the Org file which contains the item at the mouse click."
  (interactive "e")
  (mouse-set-point ev)
  (org-agenda-show))