commit 5fbd9a9e13332a8867eef3d2f408df24b19a34ef
parent f36996c463a814bb8ddff0a0462f5638adbd1d6a
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date: Tue, 6 Oct 2020 12:06:30 +0200
Use all HTML heading levels available
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/repo/www/preprocess-org.el b/repo/www/preprocess-org.el
@@ -75,7 +75,7 @@
(defun preprocess-org (input)
(with-temp-buffer
- (insert "#+OPTIONS: ^:{} tags:nil\n")
+ (insert "#+OPTIONS: ^:{} tags:nil H:6\n")
(insert-file-contents input)
(org-mode)
(pp-org/list-tags)