Merge branch 'maint'

This commit is contained in:
Nicolas Goaziou 2015-08-16 19:31:01 +02:00
commit 7b6bd0b858
1 changed files with 5 additions and 4 deletions

View File

@ -1784,11 +1784,12 @@ CONTENTS is nil. INFO is a plist holding contextual information."
info))))
;; Inline definitions are secondary strings. We
;; need to wrap them within a paragraph.
(if (org-element-map raw org-element-all-elements
#'identity info t)
(if (memq (org-element-type (car (org-element-contents raw)))
org-element-all-elements)
def
(format "\n<text:p text:style-name=\"%s\">%s</text:p>"
"Footnote" def)))))
(format
"\n<text:p text:style-name=\"Footnote\">%s</text:p>"
def)))))
(funcall --format-footnote-definition n def))))))))