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.
From 414f32ac09774649cb5ddca5ffd551ff9900db29 Mon Sep 17 00:00:00 2001 From: Atlas48 <atla...@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
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" "Ï" "Ï")