Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
d0c59917
Commit
d0c59917
authored
May 10, 2016
by
Alexandre Duret-Lutz
Browse files
org: disable postamble in html export
* doc/org/init.el.in, doc/org/.dir-locals.el.in: Here.
parent
c035ea18
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/org/.dir-locals.el.in
View file @
d0c59917
...
...
@@ -32,6 +32,7 @@
(org-babel-python-command . "@PYTHON@")
(org-babel-C++-compiler . "./g++wrap")
(shell-file-name . "@SHELL@")
(org-export-html-postamble . nil)
(org-publish-project-alist
. (("spot-html"
:base-directory "."
...
...
doc/org/init.el.in
View file @
d0c59917
...
...
@@ -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/"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment