浏览代码

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 年之前
父节点
当前提交
bca5bd1e40
共有 1 个文件被更改,包括 1 次插入1 次删除
  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" "§" "§")