diff options
author | Bastien Guerry <bzg@gnu.org> | 2020-12-13 13:44:15 +0100 |
---|---|---|
committer | Bastien Guerry <bzg@gnu.org> | 2020-12-13 13:44:15 +0100 |
commit | f22856a5c54d99867cd24c08a14bbda23d5c6229 (patch) | |
tree | b6bd688963531eccb8b9d18195df0edfc34ba59d /lisp/org/org-entities.el | |
parent | 6aa9fe3e1b4052b2acde86404a90e35893ebfa00 (diff) | |
download | emacs-f22856a5c54d99867cd24c08a14bbda23d5c6229.tar.gz emacs-f22856a5c54d99867cd24c08a14bbda23d5c6229.tar.bz2 emacs-f22856a5c54d99867cd24c08a14bbda23d5c6229.zip |
Update to Org 9.4.1
Diffstat (limited to 'lisp/org/org-entities.el')
-rw-r--r-- | lisp/org/org-entities.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/org/org-entities.el b/lisp/org/org-entities.el index e32ce269b4a..bca0c4338a3 100644 --- a/lisp/org/org-entities.el +++ b/lisp/org/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" "Þ" "Þ") @@ -386,7 +386,7 @@ packages to be loaded, add these packages to `org-latex-packages-alist'." ("exists" "\\exists" t "∃" "[there exists]" "[there exists]" "∃") ("nexist" "\\nexists" t "∃" "[there does not exists]" "[there does not exists]" "∄") ("nexists" "\\nexists" t "∃" "[there does not exists]" "[there does not exists]" "∄") - ("empty" "\\empty" t "∅" "[empty set]" "[empty set]" "∅") + ("empty" "\\emptyset" t "∅" "[empty set]" "[empty set]" "∅") ("emptyset" "\\emptyset" t "∅" "[empty set]" "[empty set]" "∅") ("isin" "\\in" t "∈" "[element of]" "[element of]" "∈") ("in" "\\in" t "∈" "[element of]" "[element of]" "∈") |