* [PATCH] Incorrect HTML entity for `degree'
@ 2011-06-06 7:10 Ulf Stegemann
2011-06-06 7:24 ` Carsten Dominik
0 siblings, 1 reply; 2+ messages in thread
From: Ulf Stegemann @ 2011-06-06 7:10 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 81 bytes --]
The degree symbol (`deg') has an incorrect HTML entity in org-entities.el.
Ulf
[-- Attachment #2: org-entities.el.degree.diff --]
[-- Type: text/x-patch, Size: 730 bytes --]
diff --git a/lisp/org-entities.el b/lisp/org-entities.el
index 609173a..c6ace61 100644
--- a/lisp/org-entities.el
+++ b/lisp/org-entities.el
@@ -304,7 +304,7 @@ loaded, add these packages to `org-export-latex-packages-alist'."
("prod" "\\prod" t "∏" "[product]" "[n-ary product]" "∏")
("micro" "\\textmu{}" nil "µ" "micro" "µ" "µ")
("macr" "\\textasciimacron{}" nil "¯" "[macron]" "¯" "¯")
- ("deg" "\\textdegree{}" nil "deg" "degree" "°" "°")
+ ("deg" "\\textdegree{}" nil "°" "degree" "°" "°")
("prime" "\\prime" t "′" "'" "'" "′")
("Prime" "\\prime{}\\prime" t "″" "''" "''" "″")
("infin" "\\propto" t "∞" "[infinity]" "[infinity]" "∞")
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-06-06 7:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-06 7:10 [PATCH] Incorrect HTML entity for `degree' Ulf Stegemann
2011-06-06 7:24 ` Carsten Dominik
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).