From be54f049ddd4a89082152b36da6b4cc63e58a45a Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Thu, 16 Jan 2014 11:57:45 +0100 Subject: [PATCH] Backport Emacs trunk revno r116039 --- 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 9712190cc..ba1eed12b 100644 --- a/lisp/org-entities.el +++ b/lisp/org-entities.el @@ -330,7 +330,7 @@ packages to be loaded, add these packages to `org-latex-packages-alist'." ("infin" "\\propto" t "∞" "[infinity]" "[infinity]" "∞") ("infty" "\\infty" t "∞" "[infinity]" "[infinity]" "∞") ("prop" "\\propto" t "∝" "[proportional to]" "[proportional to]" "∝") - ("proptp" "\\propto" t "∝" "[proportional to]" "[proportional to]" "∝") + ("propto" "\\propto" t "∝" "[proportional to]" "[proportional to]" "∝") ("not" "\\textlnot{}" nil "¬" "[angled dash]" "¬" "¬") ("neg" "\\neg{}" t "¬" "[angled dash]" "¬" "¬") ("land" "\\land" t "∧" "[logical and]" "[logical and]" "∧")