diff options
-rw-r--r-- | config.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.org b/config.org index 35a0a58..52f7756 100644 --- a/config.org +++ b/config.org @@ -559,7 +559,7 @@ The default agenda time grid has thick lines which i don't think add anything to (setopt org-export-with-entities nil) (setopt org-export-headline-levels 5) (setopt org-export-with-toc nil) - (setopt org-export-section-numbers nil) + (setopt org-export-with-section-numbers nil) (setopt org-html-doctype "html5") (setopt org-html-html5-fancy t) (setopt org-html-container-element "section") |