From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Junker Subject: org-entities.el bug in "Delta" Date: Tue, 30 Aug 2016 14:34:43 -0500 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11390b0a989d07053b4f12a1 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58399) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1beoo1-00085d-Nx for emacs-orgmode@gnu.org; Tue, 30 Aug 2016 15:34:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1beoo0-00055W-Sm for emacs-orgmode@gnu.org; Tue, 30 Aug 2016 15:34:45 -0400 Received: from mail-oi0-x233.google.com ([2607:f8b0:4003:c06::233]:35496) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1beoo0-00055L-LJ for emacs-orgmode@gnu.org; Tue, 30 Aug 2016 15:34:44 -0400 Received: by mail-oi0-x233.google.com with SMTP id p186so5712584oia.2 for ; Tue, 30 Aug 2016 12:34:44 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org --001a11390b0a989d07053b4f12a1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable >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"* "=CE=94") 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" "=CE=B2") ("Gamma" "\\Gamma" t "Γ" "Gamma" "Gamma" "=CE=93") ("gamma" "\\gamma" t "γ" "gamma" "gamma" "=CE=B3") - ("Delta" "\\Delta" t "Δ" "Delta" "Gamma" "=CE=94") + ("Delta" "\\Delta" t "Δ" "Delta" "Delta" "=CE=94") ("delta" "\\delta" t "δ" "delta" "delta" "=CE=B4") ("Epsilon" "E" nil "Ε" "Epsilon" "Epsilon" "=CE=95") ("epsilon" "\\epsilon" t "ε" "epsilon" "epsilon" "=CE=B5") --001a11390b0a989d07053b4f12a1 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
From line 166 of org-entities.el on the master branch, com= mit=C2=A0f685535 (it goes back to the first commit).

("Delta&qu= ot; "\\Delta" t "Δ" "Delta" &quo= t;Gamma" "=CE=94")

diff --git a/lisp/org-entities.el b/lisp/org-entitie= s.el
index 7ef0524..51= f5a06 100644
--- a/lis= p/org-entities.el
+++ = b/lisp/org-entities.el
@@ -163,7 +163,7 @@ packages to be loaded, add these packages to `org-late= x-packages-alist'."
=C2=A0 =C2=A0 =C2=A0 ("beta" "\\beta" t "&a= mp;beta;" "beta" "beta" "=CE=B2")=
=C2=A0 =C2=A0 =C2=A0 ("= Gamma" "\\Gamma" t "Γ" "Gamma"= "Gamma" "=CE=93")
=C2=A0 =C2=A0 =C2=A0 ("gamma" "\\gamma"= ; t "γ" "gamma" "gamma" "=CE= =B3")
- =C2=A0 = =C2=A0 ("Delta" "\\Delta" t "Δ" &qu= ot;Delta" "Gamma" "=CE=94")
+ =C2=A0 =C2=A0 ("Delta" "\\D= elta" t "Δ" "Delta" "Delta" &q= uot;=CE=94")
=C2= =A0 =C2=A0 =C2=A0 ("delta" "\\delta" t "&delta= ;" "delta" "delta" "=CE=B4")
=C2=A0 =C2=A0 =C2=A0 ("Epsil= on" "E" nil "Ε" "Epsilon" &q= uot;Epsilon" "=CE=95")
=C2=A0 =C2=A0 =C2=A0 ("epsilon" "\\epsilon&q= uot; t "ε" "epsilon" "epsilon" &q= uot;=CE=B5")


--001a11390b0a989d07053b4f12a1--