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

@ -32,6 +32,7 @@
(org-babel-python-command . "@PYTHON@") (org-babel-python-command . "@PYTHON@")
(org-babel-C++-compiler . "./g++wrap") (org-babel-C++-compiler . "./g++wrap")
(shell-file-name . "@SHELL@") (shell-file-name . "@SHELL@")
(org-export-html-postamble . nil)
(org-publish-project-alist (org-publish-project-alist
. (("spot-html" . (("spot-html"
:base-directory "." :base-directory "."

View file

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