summary refs log tree commit diff
diff options
context:
space:
mode:
authornoa@gaiwan.org2024-06-19 20:49:54 +0000
committernoa@gaiwan.org2024-06-19 20:49:54 +0000
commitf82d8d0002441554a38feee1aa490501c2d061c7 (patch)
tree2f1a6b6f416e1816e711d1ddd734fd8ed85dec60
parenta16c694f92bfae6299c36153d42f52be864ba90f (diff)
Fix incorrect variable name
-rw-r--r--config.org2
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")