branch: externals-release/org
commit 07f099f84ec3c15a69c9221d06f45b1e6e414adf
Author: Juan Manuel Macias <maciasch...@posteo.net>
Commit: Bastien <b...@gnu.org>

    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 6f819def93..94cc5a2288 100644
--- a/lisp/ox.el
+++ b/lisp/ox.el
@@ -5684,11 +5684,8 @@ transcoding it."
      (primary-closing
       :utf-8 " »" :html "&nbsp;&raquo;" :latex "\\fg{}"
       :texinfo "@tie{}@guillemetright{}")
-     (secondary-opening
-      :utf-8 "« " :html "&laquo;&nbsp;" :latex "\\og "
-      :texinfo "@guillemetleft{}@tie{}")
-     (secondary-closing :utf-8 " »" :html "&nbsp;&raquo;" :latex "\\fg{}"
-                       :texinfo "@tie{}@guillemetright{}")
+     (secondary-opening :utf-8 "“" :html "&ldquo;" :latex "``" :texinfo "``")
+     (secondary-closing :utf-8 "”" :html "&rdquo;" :latex "''" :texinfo "''")
      (apostrophe :utf-8 "’" :html "&rsquo;"))
     ("is"
      (primary-opening

Reply via email to