Re: [PATCH] org-entities: rename section with eth and thorn to "Icelandic"

2020-07-05 Thread Nicolas Goaziou
Hello,

Albert Krewinkel  writes:

> Eth and thorn are letters in the Icelandic alphabet, and the language
> is in active use.
>
> TINYCHANGE

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou



[PATCH] org-entities: rename section with eth and thorn to "Icelandic"

2020-06-30 Thread Albert Krewinkel
Eth and thorn are letters in the Icelandic alphabet, and the language
is in active use.

TINYCHANGE
---
 lisp/org-entities.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/org-entities.el b/lisp/org-entities.el
index e32ce269b..5529f77ef 100644
--- a/lisp/org-entities.el
+++ b/lisp/org-entities.el
@@ -226,7 +226,7 @@ packages to be loaded, add these packages to 
`org-latex-packages-alist'."
  ("beth" "\\beth" t "" "beth" "beth" "ב")
  ("dalet" "\\daleth" t "" "dalet" "dalet" "ד")
 
- "** Dead languages"
+ "** Icelandic"
  ("ETH" "\\DH{}" nil "" "D" "Ð" "Ð")
  ("eth" "\\dh{}" nil "" "dh" "ð" "ð")
  ("THORN" "\\TH{}" nil "" "TH" "Þ" "Þ")
-- 
2.27.0