From f62f011896b238a02c17f4317924e53576ca69c1 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Fri, 17 Jan 2025 15:36:03 +0100 Subject: [PATCH] Update org-export settings --- init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.el b/init.el index 3e2bf54c..deacc127 100755 --- a/init.el +++ b/init.el @@ -1677,7 +1677,7 @@ Uses `mk/hyperspec-dir-locations' to find the directory." (org-export-with-entities t) (org-export-with-email nil) (org-export-with-footnotes t) - (org-export-headline-levels 2) + (org-export-headline-levels 3) (org-export-with-inlinetasks nil) (org-export-with-section-numbers t) (org-export-with-planning nil) @@ -1689,7 +1689,7 @@ Uses `mk/hyperspec-dir-locations' to find the directory." (org-export-with-latex t) (org-export-time-stamp-file nil) (org-export-with-title t) - (org-export-with-toc t) + (org-export-with-toc 2) (org-export-with-todo-keywords nil) (org-export-with-tables t) (org-export-date-timestamp-format "%a, %d %b %Y %R %z")