]> code.delx.au - gnu-emacs/blobdiff - lisp/org/org-entities.el
Merge changes from emacs-23 branch
[gnu-emacs] / lisp / org / org-entities.el
index 7115972b73e6d8d9bd061bf3145bf893a0eb1f70..1e7fd627a17fd9e18155470d453ab3bca081b5c3 100644 (file)
@@ -6,7 +6,7 @@
 ;;         Ulf Stegemann <ulf at zeitform dot de>
 ;; Keywords: outlines, calendar, wp
 ;; Homepage: http://orgmode.org
-;; Version: 7.4
+;; Version: 7.7
 ;;
 ;; This file is part of GNU Emacs.
 ;;
@@ -304,7 +304,7 @@ loaded, add these packages to `org-export-latex-packages-alist'."
     ("prod" "\\prod" t "&prod;" "[product]" "[n-ary product]" "∏")
     ("micro" "\\textmu{}" nil "&micro;" "micro" "µ" "µ")
     ("macr" "\\textasciimacron{}" nil "&macr;" "[macron]" "¯" "¯")
-    ("deg" "\\textdegree{}" nil "deg" "degree" "°" "°")
+    ("deg" "\\textdegree{}" nil "&deg;" "degree" "°" "°")
     ("prime" "\\prime" t "&prime;" "'" "'" "′")
     ("Prime" "\\prime{}\\prime" t "&Prime;" "''" "''" "″")
     ("infin" "\\propto" t "&infin;" "[infinity]" "[infinity]" "∞")
@@ -569,4 +569,5 @@ Kind can be any of `latex', `html', `ascii', `latin1', or `utf8'."
 ;; End:
 
 
+
 ;;; org-entities.el ends here