fix indent

This commit is contained in:
Lars Tveito 2017-01-04 11:48:23 +01:00
parent 0e758d06f9
commit e2ce3cc130

View File

@ -249,7 +249,7 @@ 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
(cl-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"