emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals-release/org 07f099f84e: lisp/ox.el: Fix inner smart quo


From: ELPA Syncer
Subject: [elpa] externals-release/org 07f099f84e: lisp/ox.el: Fix inner smart quotes in French
Date: Fri, 4 Aug 2023 09:58:21 -0400 (EDT)

branch: externals-release/org
commit 07f099f84ec3c15a69c9221d06f45b1e6e414adf
Author: Juan Manuel Macias <maciaschain@posteo.net>
Commit: Bastien <bzg@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

[Prev in Thread] Current Thread [Next in Thread]