From 8e9c7d731c1d20e574261c991d40cf4e13a1d569 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sat, 14 Jul 2018 20:20:42 -0400 Subject: [PATCH] [emacs/org] modern html5 export --- init.org | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/init.org b/init.org index 26d833b..8bba36d 100644 --- a/init.org +++ b/init.org @@ -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 -- 2.20.1