Browse Source

ox: Add Icelandic quotes

* lisp/ox.el (org-export-smart-quotes-alist): Add Icelandic quotes.

Suggested-by: Jón Gunnar Þorsteinsson <jongth@hi.is>
Nicolas Goaziou 8 years ago
parent
commit
77c9c2468d
1 changed files with 10 additions and 0 deletions
  1. 10 0
      lisp/ox.el

+ 10 - 0
lisp/ox.el

@@ -5251,6 +5251,16 @@ Return a list of src-block elements with a caption."
      (secondary-closing :utf-8 " »" :html "&nbsp;&raquo;" :latex "\\fg{}"
 			:texinfo "@tie{}@guillemetright{}")
      (apostrophe :utf-8 "’" :html "&rsquo;"))
+    ("is"
+     (primary-opening
+      :utf-8 "„" :html "&bdquo;" :latex "\"`" :texinfo "@quotedblbase{}")
+     (primary-closing
+      :utf-8 "“" :html "&ldquo;" :latex "\"'" :texinfo "@quotedblleft{}")
+     (secondary-opening
+      :utf-8 "‚" :html "&sbquo;" :latex "\\glq{}" :texinfo "@quotesinglbase{}")
+     (secondary-closing
+      :utf-8 "‘" :html "&lsquo;" :latex "\\grq{}" :texinfo "@quoteleft{}")
+     (apostrophe :utf-8 "’" :html "&rsquo;"))
     ("no"
      ;; https://nn.wikipedia.org/wiki/Sitatteikn
      (primary-opening