0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-25 14:32:52 +00:00

Merge branch 'maint'

This commit is contained in:
Nicolas Goaziou 2012-02-02 20:41:20 +01:00
commit 6de9f14cf5

View file

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