Allow export with org entities

This commit is contained in:
Marcus Kammer 2023-06-12 19:56:36 +02:00
parent 8e3bac026f
commit a4c6dcac10

View file

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