summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus <rasmus@gmx.us>2015-07-07 16:19:54 +0200
committerRasmus <rasmus@gmx.us>2015-07-13 11:36:25 +0200
commit788d15e469f9dbe83a38f14cff6e199d0ffbc3a7 (patch)
tree2811796c23983d9ef0e8743e965e8a70b96ee368
parent10b424dd635299c082973e55f3b4b8fad128ab72 (diff)
downloadorg-mode-788d15e469f9dbe83a38f14cff6e199d0ffbc3a7.tar.gz
org.el: Remove wasysym LaTeX dependency
-rw-r--r--lisp/org-entities.el6
-rwxr-xr-xlisp/org.el3
2 files changed, 4 insertions, 5 deletions
diff --git a/lisp/org-entities.el b/lisp/org-entities.el
index 4e94fa4..8813ac3 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 "&smile;" ":-)" ":-)" "⌣")
("frown" "\\frown" t "&frown;" ":-(" ":-(" "⌢")
- ("smiley" "\\smiley{}" nil "&#9786;" ":-)" ":-)" "☺")
- ("blacksmile" "\\blacksmiley{}" nil "&#9787;" ":-)" ":-)" "☻")
- ("sad" "\\frownie{}" nil "&#9785;" ":-(" ":-(" "☹")
+ ("smiley" "\\ddot\\smile" t "&#9786;" ":-)" ":-)" "☺")
+ ("blacksmile" "\\ddot\\smile" t "&#9787;" ":-)" ":-)" "☻")
+ ("sad" "\\ddot\\frown" t "&#9785;" ":-(" ":-(" "☹")
"** Suits"
("clubs" "\\clubsuit" t "&clubs;" "[clubs]" "[clubs]" "♣")
diff --git a/lisp/org.el b/lisp/org.el
index 812023b..7f8bfa0 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