diff options
author | Amin Bandali <amin@aminb.org> | 2018-07-14 20:20:42 -0400 |
---|---|---|
committer | Amin Bandali <amin@aminb.org> | 2018-07-14 20:20:42 -0400 |
commit | 8e9c7d731c1d20e574261c991d40cf4e13a1d569 (patch) | |
tree | a055da3b82dfda9d0475261079856191128c6a77 | |
parent | 5bbd5ac3f74ed6a7a50a6768519abfb3d6be2292 (diff) | |
download | configs-8e9c7d731c1d20e574261c991d40cf4e13a1d569.tar.gz configs-8e9c7d731c1d20e574261c991d40cf4e13a1d569.tar.xz configs-8e9c7d731c1d20e574261c991d40cf4e13a1d569.zip |
[emacs/org] modern html5 export
Diffstat (limited to '')
-rw-r--r-- | init.org | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -651,8 +651,12 @@ In short, my favourite way of life. (setq org-src-tab-acts-natively t org-src-preserve-indentation nil org-edit-src-content-indentation 0 + org-html-divs '((preamble "header" "preamble") + (content "main" "content") + (postamble "footer" "postamble")) org-html-doctype "html5" - org-html-html5-fancy t) + org-html-html5-fancy t + org-html-postamble nil) (add-hook 'org-mode-hook 'org-indent-mode) (use-package htmlize) #+end_src |