summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus <rasmus@gmx.us>2015-07-07 16:40:15 +0200
committerRasmus <rasmus@gmx.us>2015-07-13 11:40:29 +0200
commit77ab3c90d5e372949ee4587e94b422a0f864bf8f (patch)
tree57073e32ee4bbd87a7df5ff36d6a0ac50dcda20a
parent9b0849b2efa4c3f1d97a807178df64345ff28b7c (diff)
downloadorg-mode-77ab3c90d5e372949ee4587e94b422a0f864bf8f.tar.gz
org-entities: Change smile and frown
* org-entities.el (org-entities): Reinterpret smile and frown entities. See: https://en.wikipedia.org/wiki/Cap_product, https://en.wikipedia.org/wiki/Cup_product
-rw-r--r--lisp/org-entities.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/org-entities.el b/lisp/org-entities.el
index 8813ac3..6daa1ae 100644
--- a/lisp/org-entities.el
+++ b/lisp/org-entities.el
@@ -338,6 +338,8 @@ packages to be loaded, add these packages to `org-latex-packages-alist'."
("vee" "\\vee" t "&or;" "[logical or]" "[logical or]" "∨")
("cap" "\\cap" t "&cap;" "[intersection]" "[intersection]" "∩")
("cup" "\\cup" t "&cup;" "[union]" "[union]" "∪")
+ ("smile" "\\smile" t "&smile;" "[cup product]" "[cup product]" "⌣")
+ ("frown" "\\frown" t "&frown;" "[Cap product]" "[cap product]" "⌢")
("int" "\\int" t "&int;" "[integral]" "[integral]" "∫")
("therefore" "\\therefore" t "&there4;" "[therefore]" "[therefore]" "∴")
("there4" "\\therefore" t "&there4;" "[therefore]" "[therefore]" "∴")
@@ -493,8 +495,6 @@ packages to be loaded, add these packages to `org-latex-packages-alist'."
("rlm" "" nil "&rlm;" "" "" "‏")
"** Smilies"
- ("smile" "\\smile" t "&smile;" ":-)" ":-)" "⌣")
- ("frown" "\\frown" t "&frown;" ":-(" ":-(" "⌢")
("smiley" "\\ddot\\smile" t "&#9786;" ":-)" ":-)" "☺")
("blacksmile" "\\ddot\\smile" t "&#9787;" ":-)" ":-)" "☻")
("sad" "\\ddot\\frown" t "&#9785;" ":-(" ":-(" "☹")