lisp/ox.el: Fix inner smart quotes in French

* (org-export-smart-quotes-alist): Add correct French second level
quotation marks.
This commit is contained in:
Juan Manuel Macias 2023-08-04 09:04:03 +02:00 committed by Bastien
parent bf45090f4c
commit 07f099f84e
1 changed files with 2 additions and 5 deletions

View File

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