From: Atlas Cove <Atlas48@gmx.com>
To: orgmode <emacs-orgmode@gnu.org>
Subject: [PATCH] Added two extra symbols to org-entities
Date: Wed, 5 May 2021 20:11:30 +0100 [thread overview]
Message-ID: <fd8bb66b-fef2-6b2e-9f19-eb25e42e2729@gmx.com> (raw)
[-- 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" "Ï" "Ï")
next reply other threads:[~2021-05-05 19:10 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-05 19:11 Atlas Cove [this message]
2021-05-06 11:11 ` [PATCH] Added two extra symbols to org-entities Bastien
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=fd8bb66b-fef2-6b2e-9f19-eb25e42e2729@gmx.com \
--to=atlas48@gmx.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).