浏览代码

Merge branch 'maint'

Nicolas Goaziou 13 年之前
父节点
当前提交
54e34cca0d
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      lisp/org-mouse.el

+ 1 - 0
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)