org: disable postamble in html export

* doc/org/init.el.in, doc/org/.dir-locals.el.in: Here.
This commit is contained in:
Alexandre Duret-Lutz 2016-05-10 10:37:34 +02:00
parent c035ea1822
commit d0c5991768
2 changed files with 3 additions and 0 deletions

View file

@ -52,6 +52,8 @@
<a accesskey=\"h\" href=\"%s\">UP</a> | <a accesskey=\"H\" href=\"%s\">HOME</a>
</div>")
(setq org-export-html-postamble nil)
(setq org-publish-project-alist
`(("spot-html"
:base-directory "@abs_top_srcdir@/doc/org/"