From: Eshel Yaron Date: Sun, 9 Apr 2023 20:09:32 +0000 (+0300) Subject: Export Org files with "smart" quotes X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a9464d0972be4e49a3b7cd8387caf4ab1b8bb5c9;p=esy-publish.git Export Org files with "smart" quotes --- diff --git a/publish.el b/publish.el index 994472c..3005686 100644 --- a/publish.el +++ b/publish.el @@ -185,6 +185,7 @@ (org-export-with-sub-superscripts '{}) (org-export-with-section-numbers nil) (org-export-with-toc nil) + (org-export-with-smart-quotes t) (org-html-htmlize-output-type 'css) (org-publish-project-alist (list '("all" :components ("assets" "org"))