Sync with Org git commit 374c56b.
[bpt/emacs.git] / lisp / org / org-mouse.el
index 5a87bd6..b467064 100644 (file)
@@ -915,6 +915,7 @@ This means, between the beginning of line and the point."
          ((assq :checkbox context) (org-toggle-checkbox))
          ((assq :item-bullet context)
           (let ((org-cycle-include-plain-lists t)) (org-cycle)))
+         ((org-footnote-at-reference-p) nil)
          (t ad-do-it))))))
 
 (defun org-mouse-move-tree-start (event)