Merge branch 'avid-patch-1'

This commit is contained in:
Lars Tveito 2017-01-04 11:49:10 +01:00
commit 0741216c63

View File

@ -248,8 +248,8 @@ plist used as a communication channel."
INFO is a plist used as a communication channel." INFO is a plist used as a communication channel."
(let* ((fn-alist (org-export-collect-footnote-definitions info)) (let* ((fn-alist (org-export-collect-footnote-definitions info))
(fn-alist (fn-alist
(loop for (n type raw) in fn-alist collect (cl-loop for (n type raw) in fn-alist collect
(cons n (org-trim (org-export-data raw info)))))) (cons n (org-trim (org-export-data raw info))))))
(when fn-alist (when fn-alist
(format (format
"## %s\n%s" "## %s\n%s"