contrapunctus <contrapunc...@disroot.org> writes: > I have org-footnote-section set to nil in my init.el. > > If I export through the HTML or Tufte backends, my footnotes are not exported > in a different section. However, with org-publish-project and with > org-publish-project-alist having a value like - > > (("project" :base-directory "/foo/bar/" > :publishing-directory "/foo/bar/" > :recursive t > :publishing-function org-html-publish-to-tufte-html)) > > ...a section called Footnotes is created.
Please provide more details about how to reproduce the issue. May you attach a small example file and details steps demonstrating the issue? See https://orgmode.org/manual/Feedback.html#Feedback > ... #+OPTION: org-footnote-section:nil, and as a property in > org-publish-project-alist (:org-footnote-section nil) These two options will have no effect. org-footnote-section cannot be set using OPTIONS and project alist. Just variable. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>