entities: Fix "empty" entity in LaTeX

* lisp/org-entities.el (org-entities): Use \emptyset instead of
\empty, which is a Go symbol.

Arguably, \O outside of math mode would be a better choice, but use
\emptyset for consistency with "emptyset" entity.
This commit is contained in:
Nicolas Goaziou 2020-10-04 14:53:18 +02:00
parent 8d3610df08
commit 1a0344abb7
1 changed files with 1 additions and 1 deletions

View File

@ -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]" "")