summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <n.goaziou@gmail.com>2012-04-22 18:44:45 +0200
committerNicolas Goaziou <n.goaziou@gmail.com>2012-04-22 18:44:45 +0200
commit54e34cca0d9df57a13f7cc17d0e2f92725837342 (patch)
tree74537e06b9a6cfa4cd3a93a374776038660c811c
parent052247ce811567f77d62da84aafa60ea641d9090 (diff)
parent805f3fd92d1eff8d3266f443442a8b0025451897 (diff)
downloadorg-mode-54e34cca0d9df57a13f7cc17d0e2f92725837342.tar.gz
Merge branch 'maint'
-rw-r--r--lisp/org-mouse.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/org-mouse.el b/lisp/org-mouse.el
index 1190c67..57e9575 100644
--- a/lisp/org-mouse.el
+++ b/lisp/org-mouse.el
@@ -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)