Allow export with org entities
This commit is contained in:
parent
8e3bac026f
commit
a4c6dcac10
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@
|
||||||
(org-export-with-creator nil)
|
(org-export-with-creator nil)
|
||||||
(org-export-with-drawers nil)
|
(org-export-with-drawers nil)
|
||||||
(org-export-with-date t)
|
(org-export-with-date t)
|
||||||
(org-export-with-entities nil)
|
(org-export-with-entities t)
|
||||||
(org-export-with-email t)
|
(org-export-with-email t)
|
||||||
(org-export-with-footnotes t)
|
(org-export-with-footnotes t)
|
||||||
(org-export-headline-levels 3)
|
(org-export-headline-levels 3)
|
||||||
|
|
Loading…
Add table
Reference in a new issue