From 788d15e469f9dbe83a38f14cff6e199d0ffbc3a7 Mon Sep 17 00:00:00 2001 From: Rasmus Date: Tue, 7 Jul 2015 16:19:54 +0200 Subject: [PATCH] org.el: Remove wasysym LaTeX dependency --- lisp/org-entities.el | 6 +++--- lisp/org.el | 3 +-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/lisp/org-entities.el b/lisp/org-entities.el index 4e94fa445..8813ac340 100644 --- a/lisp/org-entities.el +++ b/lisp/org-entities.el @@ -495,9 +495,9 @@ packages to be loaded, add these packages to `org-latex-packages-alist'." "** Smilies" ("smile" "\\smile" t "⌣" ":-)" ":-)" "⌣") ("frown" "\\frown" t "⌢" ":-(" ":-(" "⌢") - ("smiley" "\\smiley{}" nil "☺" ":-)" ":-)" "☺") - ("blacksmile" "\\blacksmiley{}" nil "☻" ":-)" ":-)" "☻") - ("sad" "\\frownie{}" nil "☹" ":-(" ":-(" "☹") + ("smiley" "\\ddot\\smile" t "☺" ":-)" ":-)" "☺") + ("blacksmile" "\\ddot\\smile" t "☻" ":-)" ":-)" "☻") + ("sad" "\\ddot\\frown" t "☹" ":-(" ":-(" "☹") "** Suits" ("clubs" "\\clubsuit" t "♣" "[clubs]" "[clubs]" "♣") diff --git a/lisp/org.el b/lisp/org.el index 812023b6a..7f8bfa04d 100755 --- a/lisp/org.el +++ b/lisp/org.el @@ -4080,7 +4080,6 @@ header, or they will be appended." ("normalem" "ulem" t) ("" "amsmath" t) ("" "textcomp" t) - ("" "wasysym" t) ("" "amssymb" t) ("" "capt-of" nil) ("" "hyperref" nil)) @@ -4101,7 +4100,7 @@ Org mode to function properly: - rotating: for sideways figures and tables - ulem: for underline and strike-through - amsmath: for subscript and superscript and math environments -- textcomp, wasysym, amssymb: for various symbols used +- textcomp, amssymb: for various symbols used for interpreting the entities in `org-entities'. You can skip some of these packages if you don't use any of their symbols. - capt-of: for captions outside of floats -- 2.11.4.GIT