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

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

[elpa] externals/org f51bf65 1/2: ox: Italian smart quotes


From: ELPA Syncer
Subject: [elpa] externals/org f51bf65 1/2: ox: Italian smart quotes
Date: Wed, 11 Aug 2021 16:57:14 -0400 (EDT)

branch: externals/org
commit f51bf65f0febd69c8f3591ca7c29a76196078a74
Author: DPDmancul <dp.d-@live.it>
Commit: Nicolas Goaziou <mail@nicolasgoaziou.fr>

    ox: Italian smart quotes
    
    * ox.el (org-export-smart-quotes-alist): Added support for italian smart 
quotes.
---
 lisp/ox.el | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/lisp/ox.el b/lisp/ox.el
index eb12b68..5fe8945 100644
--- a/lisp/ox.el
+++ b/lisp/ox.el
@@ -5476,6 +5476,12 @@ transcoding it."
      (secondary-closing
       :utf-8 "‘" :html "&lsquo;" :latex "\\grq{}" :texinfo "@quoteleft{}")
      (apostrophe :utf-8 "’" :html "&rsquo;"))
+    ("it"
+     (primary-opening :utf-8 "“" :html "&ldquo;" :latex "``" :texinfo "``")
+     (primary-closing :utf-8 "”" :html "&rdquo;" :latex "''" :texinfo "''")
+     (secondary-opening :utf-8 "‘" :html "&lsquo;" :latex "`" :texinfo "`")
+     (secondary-closing :utf-8 "’" :html "&rsquo;" :latex "'" :texinfo "'")
+     (apostrophe :utf-8 "’" :html "&rsquo;"))
     ("no"
      ;; https://nn.wikipedia.org/wiki/Sitatteikn
      (primary-opening



reply via email to

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