From: Ulf Stegemann <ulf-news@zeitform.de>
To: emacs-orgmode@gnu.org
Subject: [PATCH] Incorrect HTML entity for `degree'
Date: Mon, 06 Jun 2011 09:10:11 +0200 [thread overview]
Message-ID: <zf.upnzklvmo4s.fsf@zeitform.de> (raw)
[-- 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]" "∞")
next reply other threads:[~2011-06-06 7:10 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-06 7:10 Ulf Stegemann [this message]
2011-06-06 7:24 ` [PATCH] Incorrect HTML entity for `degree' Carsten Dominik
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=zf.upnzklvmo4s.fsf@zeitform.de \
--to=ulf-news@zeitform.de \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).