emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-entities.el bug in "Delta"
@ 2016-08-30 19:34 Matthew Junker
  2016-09-01 15:51 ` Aaron Ecay
  0 siblings, 1 reply; 4+ messages in thread
From: Matthew Junker @ 2016-08-30 19:34 UTC (permalink / raw)
  To: emacs-orgmode

[-- 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" *"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" "β")
      ("Gamma" "\\Gamma" t "Γ" "Gamma" "Gamma" "Γ")
      ("gamma" "\\gamma" t "γ" "gamma" "gamma" "γ")
-     ("Delta" "\\Delta" t "Δ" "Delta" "Gamma" "Δ")
+     ("Delta" "\\Delta" t "Δ" "Delta" "Delta" "Δ")
      ("delta" "\\delta" t "δ" "delta" "delta" "δ")
      ("Epsilon" "E" nil "Ε" "Epsilon" "Epsilon" "Ε")
      ("epsilon" "\\epsilon" t "ε" "epsilon" "epsilon" "ε")

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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-09-02 15:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-30 19:34 org-entities.el bug in "Delta" Matthew Junker
2016-09-01 15:51 ` Aaron Ecay
2016-09-01 16:30   ` Nicolas Goaziou
2016-09-02 15:14     ` Aaron Ecay

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).