From a9464d0972be4e49a3b7cd8387caf4ab1b8bb5c9 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Sun, 9 Apr 2023 23:09:32 +0300 Subject: [PATCH] Export Org files with "smart" quotes --- publish.el | 1 + 1 file changed, 1 insertion(+) 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")) -- 2.39.2