Update org-export settings

This commit is contained in:
Marcus Kammer 2025-01-17 15:36:03 +01:00
parent c1a8cc2ede
commit f62f011896

View file

@ -1677,7 +1677,7 @@ Uses `mk/hyperspec-dir-locations' to find the directory."
(org-export-with-entities t) (org-export-with-entities t)
(org-export-with-email nil) (org-export-with-email nil)
(org-export-with-footnotes t) (org-export-with-footnotes t)
(org-export-headline-levels 2) (org-export-headline-levels 3)
(org-export-with-inlinetasks nil) (org-export-with-inlinetasks nil)
(org-export-with-section-numbers t) (org-export-with-section-numbers t)
(org-export-with-planning nil) (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-with-latex t)
(org-export-time-stamp-file nil) (org-export-time-stamp-file nil)
(org-export-with-title t) (org-export-with-title t)
(org-export-with-toc t) (org-export-with-toc 2)
(org-export-with-todo-keywords nil) (org-export-with-todo-keywords nil)
(org-export-with-tables t) (org-export-with-tables t)
(org-export-date-timestamp-format "%a, %d %b %Y %R %z") (org-export-date-timestamp-format "%a, %d %b %Y %R %z")