Browse Source

org-entities: Correct unicode symbol of circ

* org-entities.el (org-entities): Change the unicode symbol of circ to
  "ring operator" (#x2218).

TINYCHANGE
Konstantin Kliakhandler 8 years ago
parent
commit
bca5bd1e40
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/org-entities.el

+ 1 - 1
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" "§" "§")