* [PATCH] ox: Add Romanian smart quotes
@ 2020-07-09 17:01 Alexandru-Sergiu Marton
2020-07-13 16:20 ` Nicolas Goaziou
0 siblings, 1 reply; 2+ messages in thread
From: Alexandru-Sergiu Marton @ 2020-07-09 17:01 UTC (permalink / raw)
To: emacs-orgmode; +Cc: Alexandru-Sergiu Marton
* lisp/ox.el (org-export-smart-quotes-alist): Add Romanian variants for
smart quotes.
---
lisp/ox.el | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/lisp/ox.el b/lisp/ox.el
index 3fd48690f..9852cfd21 100644
--- a/lisp/ox.el
+++ b/lisp/ox.el
@@ -5470,6 +5470,17 @@ transcoding it."
(secondary-opening :utf-8 "‘" :html "‘" :latex "`" :texinfo "`")
(secondary-closing :utf-8 "’" :html "’" :latex "'" :texinfo "'")
(apostrophe :utf-8 "’" :html "’"))
+ ("ro"
+ (primary-opening
+ :utf-8 "„" :html "„" :latex "\"`" :texinfo "@quotedblbase{}")
+ (primary-closing :utf-8 "”" :html "”" :latex "''" :texinfo "''")
+ (secondary-opening
+ :utf-8 "«" :html "«" :latex "\\guillemotleft{}"
+ :texinfo "@guillemetleft{}")
+ (secondary-closing
+ :utf-8 "»" :html "»" :latex "\\guillemotright{}"
+ :texinfo "@guillemetright{}")
+ (apostrophe :utf-8 "’" :html "’"))
("ru"
;; http://ru.wikipedia.org/wiki/%D0%9A%D0%B0%D0%B2%D1%8B%D1%87%D0%BA%D0%B8#.D0.9A.D0.B0.D0.B2.D1.8B.D1.87.D0.BA.D0.B8.2C_.D0.B8.D1.81.D0.BF.D0.BE.D0.BB.D1.8C.D0.B7.D1.83.D0.B5.D0.BC.D1.8B.D0.B5_.D0.B2_.D1.80.D1.83.D1.81.D1.81.D0.BA.D0.BE.D0.BC_.D1.8F.D0.B7.D1.8B.D0.BA.D0.B5
;; http://www.artlebedev.ru/kovodstvo/sections/104/
--
2.27.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ox: Add Romanian smart quotes
2020-07-09 17:01 [PATCH] ox: Add Romanian smart quotes Alexandru-Sergiu Marton
@ 2020-07-13 16:20 ` Nicolas Goaziou
0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2020-07-13 16:20 UTC (permalink / raw)
To: Alexandru-Sergiu Marton; +Cc: emacs-orgmode
Hello,
Alexandru-Sergiu Marton <brown121407@posteo.ro> writes:
> * lisp/ox.el (org-export-smart-quotes-alist): Add Romanian variants for
> smart quotes.
I added TINYCHANGE at the end of the commit message (assuming you
haven't signed FSF papers yet) and applied your patch.
Thank you!
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-07-13 16:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-09 17:01 [PATCH] ox: Add Romanian smart quotes Alexandru-Sergiu Marton
2020-07-13 16:20 ` Nicolas Goaziou
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).