diff options
author | Bastien Guerry <bastien1@free.fr> | 2012-04-26 19:30:04 +0200 |
---|---|---|
committer | Bastien Guerry <bastien1@free.fr> | 2012-04-26 19:30:04 +0200 |
commit | 2f885dcacb7fdc09700705e15b7741988d2ad70f (patch) | |
tree | 732aebeaaa8f884d077ec812e0ecb31285ab6845 /lisp/org/org-mouse.el | |
parent | 2a12997ca97ac8cf0e44657e01c53ab51de497d0 (diff) | |
download | emacs-2f885dcacb7fdc09700705e15b7741988d2ad70f.tar.gz emacs-2f885dcacb7fdc09700705e15b7741988d2ad70f.tar.bz2 emacs-2f885dcacb7fdc09700705e15b7741988d2ad70f.zip |
Sync with Org git commit 374c56b.
Diffstat (limited to 'lisp/org/org-mouse.el')
-rw-r--r-- | lisp/org/org-mouse.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/org/org-mouse.el b/lisp/org/org-mouse.el index 5a87bd64697..b467064b888 100644 --- a/lisp/org/org-mouse.el +++ b/lisp/org/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) |