From 07f099f84ec3c15a69c9221d06f45b1e6e414adf Mon Sep 17 00:00:00 2001 From: Juan Manuel Macias Date: Fri, 4 Aug 2023 09:04:03 +0200 Subject: [PATCH] lisp/ox.el: Fix inner smart quotes in French * (org-export-smart-quotes-alist): Add correct French second level quotation marks. --- lisp/ox.el | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/lisp/ox.el b/lisp/ox.el index 6f819def9..94cc5a228 100644 --- a/lisp/ox.el +++ b/lisp/ox.el @@ -5684,11 +5684,8 @@ transcoding it." (primary-closing :utf-8 " »" :html " »" :latex "\\fg{}" :texinfo "@tie{}@guillemetright{}") - (secondary-opening - :utf-8 "« " :html "« " :latex "\\og " - :texinfo "@guillemetleft{}@tie{}") - (secondary-closing :utf-8 " »" :html " »" :latex "\\fg{}" - :texinfo "@tie{}@guillemetright{}") + (secondary-opening :utf-8 "“" :html "“" :latex "``" :texinfo "``") + (secondary-closing :utf-8 "”" :html "”" :latex "''" :texinfo "''") (apostrophe :utf-8 "’" :html "’")) ("is" (primary-opening