diff --git a/ox-gfm.el b/ox-gfm.el index db42b4e..28c41f1 100644 --- a/ox-gfm.el +++ b/ox-gfm.el @@ -254,7 +254,9 @@ holding export options." (headlines (and depth (org-export-collect-headlines info depth))) (toc-string (or (mapconcat 'org-gfm-format-toc headlines "\n") "")) (toc-tail (if headlines "\n\n" ""))) - (concat toc-string toc-tail contents))) + (concat toc-string toc-tail contents "\n" (org-html-footnote-section info)))) + +