* [PATCH] Added two extra symbols to org-entities
@ 2021-05-05 19:11 Atlas Cove
2021-05-06 11:11 ` Bastien
0 siblings, 1 reply; 2+ messages in thread
From: Atlas Cove @ 2021-05-05 19:11 UTC (permalink / raw)
To: orgmode
[-- Attachment #1: Type: text/plain, Size: 332 bytes --]
Hello! I am finally making my first small contribution to org-mode!
I've added both U+0130, "LATIN CAPITAL LETTER I WITH DOT ABOVE" 'İ' & U+0131, "LATIN SMALL LETTER DOTLESS I", "ı",
accessed with '\Idot{}' and '\inodot{}'.
I'm unsure if I've got the Latin-1 encoding down, so I've included it in a *.diff file as well.
[-- Attachment #2: 0001-Add-the-Turkic-dotted-and-dotless-i-to-the-list-of-s.patch --]
[-- Type: text/x-patch, Size: 1009 bytes --]
From 414f32ac09774649cb5ddca5ffd551ff9900db29 Mon Sep 17 00:00:00 2001
From: Atlas48 <Atlas48@gmx.com>
Date: Wed, 5 May 2021 19:37:43 +0100
Subject: [PATCH] Add the Turkic dotted and dotless 'i' to the list of special
symbols. TINYCHANGE
---
lisp/org-entities.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/lisp/org-entities.el b/lisp/org-entities.el
index eb098993b..0861274f8 100644
--- a/lisp/org-entities.el
+++ b/lisp/org-entities.el
@@ -114,6 +114,8 @@ packages to be loaded, add these packages to `org-latex-packages-alist'."
("igrave" "\\`{i}" nil "ì" "i" "ì" "ì")
("Iacute" "\\'{I}" nil "Í" "I" "Í" "Í")
("iacute" "\\'{i}" nil "í" "i" "í" "í")
+ ("Idot" "\\.{I}" nil "&idot;" "I" "İ" "İ")
+ ("inodot" "\\i" nil "ı" "i" "ı" "ı")
("Icirc" "\\^{I}" nil "Î" "I" "Î" "Î")
("icirc" "\\^{i}" nil "î" "i" "î" "î")
("Iuml" "\\\"{I}" nil "Ï" "I" "Ï" "Ï")
--
2.31.1
[-- Attachment #3: org-entities.el.diff --]
[-- Type: text/x-patch, Size: 678 bytes --]
diff --git a/lisp/org-entities.el b/lisp/org-entities.el
index eb098993b..0861274f8 100644
--- a/lisp/org-entities.el
+++ b/lisp/org-entities.el
@@ -114,6 +114,8 @@ packages to be loaded, add these packages to `org-latex-packages-alist'."
("igrave" "\\`{i}" nil "ì" "i" "ì" "ì")
("Iacute" "\\'{I}" nil "Í" "I" "Í" "Í")
("iacute" "\\'{i}" nil "í" "i" "í" "í")
+ ("Idot" "\\.{I}" nil "&idot;" "I" "İ" "İ")
+ ("inodot" "\\i" nil "ı" "i" "ı" "ı")
("Icirc" "\\^{I}" nil "Î" "I" "Î" "Î")
("icirc" "\\^{i}" nil "î" "i" "î" "î")
("Iuml" "\\\"{I}" nil "Ï" "I" "Ï" "Ï")
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Added two extra symbols to org-entities
2021-05-05 19:11 [PATCH] Added two extra symbols to org-entities Atlas Cove
@ 2021-05-06 11:11 ` Bastien
0 siblings, 0 replies; 2+ messages in thread
From: Bastien @ 2021-05-06 11:11 UTC (permalink / raw)
To: Atlas Cove; +Cc: orgmode
Hi Atlas,
Atlas Cove <Atlas48@gmx.com> writes:
> Hello! I am finally making my first small contribution to org-mode!
Thank you!
Applied as commit bfc3d18b0 in the master branch.
https://orgmode.org/worg/org-contribute.html#commit-messages will tell
you more on how to prepare a proper commit message for future contribs.
Best,
--
Bastien
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-05-06 11:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-05 19:11 [PATCH] Added two extra symbols to org-entities Atlas Cove
2021-05-06 11:11 ` Bastien
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).