aboutsummaryrefslogtreecommitdiff
path: root/build-website.el
diff options
context:
space:
mode:
authorArun Isaac2019-06-22 21:49:05 +0530
committerArun Isaac2019-06-22 21:49:05 +0530
commit12fa1d0366e33bf47e8600418a6a48f1832f0375 (patch)
treef8457d5ea0a16dff5c6163459e3e0ce58b7714d8 /build-website.el
parent1aaab1c7e301aa4e0b0a216d889d75bc04c61d89 (diff)
downloadguile-email-12fa1d0366e33bf47e8600418a6a48f1832f0375.tar.gz
guile-email-12fa1d0366e33bf47e8600418a6a48f1832f0375.tar.lz
guile-email-12fa1d0366e33bf47e8600418a6a48f1832f0375.zip
website: Do not include default style and scripts.
* build-website.el (org-html-head-include-default-style, org-html-head-include-scripts): Set to nil.
Diffstat (limited to 'build-website.el')
-rw-r--r--build-website.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/build-website.el b/build-website.el
index 7c1781f..eaa710f 100644
--- a/build-website.el
+++ b/build-website.el
@@ -22,6 +22,8 @@
(setq org-export-with-section-numbers nil
org-export-with-sub-superscripts nil
org-export-with-toc nil
+ org-html-head-include-default-style nil
+ org-html-head-include-scripts nil
org-html-postamble nil)
(with-current-buffer (find-file "README.org")