Update org-export settings
This commit is contained in:
parent
c1a8cc2ede
commit
f62f011896
1 changed files with 2 additions and 2 deletions
4
init.el
4
init.el
|
@ -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")
|
||||||
|
|
Loading…
Add table
Reference in a new issue