emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Matthew Junker <junker@alum.mit.edu>
To: emacs-orgmode@gnu.org
Subject: org-entities.el bug in "Delta"
Date: Tue, 30 Aug 2016 14:34:43 -0500	[thread overview]
Message-ID: <CAGjzGbr8r0RL_fccUkaoq4raGoZVG=06-q3HsQmDUpQe1MV5Yw@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 898 bytes --]

From line 166 of org-entities.el on the master branch, commit f685535 (it
goes back to the first commit).

("Delta" "\\Delta" t "&Delta;" "Delta" *"Gamma"* "Δ")

diff --git a/lisp/org-entities.el b/lisp/org-entities.el
index 7ef0524..51f5a06 100644
--- a/lisp/org-entities.el
+++ b/lisp/org-entities.el
@@ -163,7 +163,7 @@ packages to be loaded, add these packages to
`org-latex-packages-alist'."
      ("beta" "\\beta" t "&beta;" "beta" "beta" "β")
      ("Gamma" "\\Gamma" t "&Gamma;" "Gamma" "Gamma" "Γ")
      ("gamma" "\\gamma" t "&gamma;" "gamma" "gamma" "γ")
-     ("Delta" "\\Delta" t "&Delta;" "Delta" "Gamma" "Δ")
+     ("Delta" "\\Delta" t "&Delta;" "Delta" "Delta" "Δ")
      ("delta" "\\delta" t "&delta;" "delta" "delta" "δ")
      ("Epsilon" "E" nil "&Epsilon;" "Epsilon" "Epsilon" "Ε")
      ("epsilon" "\\epsilon" t "&epsilon;" "epsilon" "epsilon" "ε")

[-- Attachment #2: Type: text/html, Size: 2238 bytes --]

             reply	other threads:[~2016-08-30 19:34 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-30 19:34 Matthew Junker [this message]
2016-09-01 15:51 ` org-entities.el bug in "Delta" Aaron Ecay
2016-09-01 16:30   ` Nicolas Goaziou
2016-09-02 15:14     ` Aaron Ecay

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='CAGjzGbr8r0RL_fccUkaoq4raGoZVG=06-q3HsQmDUpQe1MV5Yw@mail.gmail.com' \
    --to=junker@alum.mit.edu \
    --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).