From bca5bd1e40c07871e8425e269ec20579b0c8519c Mon Sep 17 00:00:00 2001 From: Konstantin Kliakhandler Date: Mon, 29 Aug 2016 15:23:11 +0300 Subject: [PATCH] org-entities: Correct unicode symbol of circ * org-entities.el (org-entities): Change the unicode symbol of circ to "ring operator" (#x2218). TINYCHANGE --- 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 ccac29a01..b00eec83f 100644 --- a/lisp/org-entities.el +++ b/lisp/org-entities.el @@ -265,7 +265,7 @@ packages to be loaded, add these packages to `org-latex-packages-alist'." "* Other" "** Misc. (often used)" - ("circ" "\\^{}" nil "ˆ" "^" "^" "ˆ") + ("circ" "\\^{}" nil "ˆ" "^" "^" "∘") ("vert" "\\vert{}" t "|" "|" "|" "|") ("brvbar" "\\textbrokenbar{}" nil "¦" "|" "¦" "¦") ("S" "\\S" nil "§" "paragraph" "§" "§") -- 2.11.4.GIT