Browse Source

HTML export: Make \pm work for +/-

Request by Xin.
Carsten Dominik 16 years ago
parent
commit
3c90f0a876
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lisp/org-exp.el

+ 1 - 0
lisp/org-exp.el

@@ -844,6 +844,7 @@ value of `org-export-run-in-background'."
     ("reg")
     ("macr")
     ("deg")
+    ("pm" . "±")
     ("plusmn")
     ("sup2")
     ("sup3")