瀏覽代碼

org.el: Allow to open any link within footnotes definition, not only bracket links.

* org.el (org-open-at-point): Allow to open any link within
footnotes definition, not only bracket links.
Bastien Guerry 12 年之前
父節點
當前提交
20b3d550e0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/org.el

+ 1 - 1
lisp/org.el

@@ -9659,7 +9659,7 @@ application the system uses for this file type."
 	   (not (org-in-regexp org-bracket-link-regexp)))
       (org-follow-timestamp-link))
      ((and (or (org-footnote-at-reference-p) (org-footnote-at-definition-p))
-	   (not (org-in-regexp org-bracket-link-regexp)))
+	   (not (org-in-regexp org-any-link-re)))
       (org-footnote-action))
      (t
       (let (type path link line search (pos (point)))