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")