From 5447360ced066a5cce2f19ed6463705298ccf4b3 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Thu, 16 Jan 2025 20:28:43 +0100 Subject: [PATCH] Show 2 level headlines in toc of org export --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 4a0f70a4..7ae99b43 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 3) + (org-export-headline-levels 2) (org-export-with-inlinetasks nil) (org-export-with-section-numbers t) (org-export-with-planning nil)