浏览代码

Merge branch 'maint'

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

+ 2 - 1
lisp/org-footnote.el

@@ -775,7 +775,8 @@ Additional note on `org-footnote-insert-pos-for-preprocessor':
        ((not ref-table))
        ;; Cases when footnotes should be inserted in one place.
        ((or (not (eq major-mode 'org-mode))
-	    org-footnote-section)
+	    org-footnote-section
+	    export-props)
 	;; Insert again the section title, if any.  Ensure that title,
 	;; or the subsequent footnotes, will be separated by a blank
 	;; lines from the rest of the document.  In an Org buffer,