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:
parent
bf45090f4c
commit
07f099f84e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue