* 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
* Re: org-entities.el bug in "Delta"
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
0 siblings, 1 reply; 4+ messages in thread
From: Aaron Ecay @ 2016-09-01 15:51 UTC (permalink / raw)
To: Matthew Junker, emacs-orgmode
Hi Matthew,
This is fixed in commit ab5e100 on the maint branch. Thanks for the
report.
--
Aaron Ecay
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: org-entities.el bug in "Delta"
2016-09-01 15:51 ` Aaron Ecay
@ 2016-09-01 16:30 ` Nicolas Goaziou
2016-09-02 15:14 ` Aaron Ecay
0 siblings, 1 reply; 4+ messages in thread
From: Nicolas Goaziou @ 2016-09-01 16:30 UTC (permalink / raw)
To: Matthew Junker; +Cc: emacs-orgmode
Hello,
Aaron Ecay <aaronecay@gmail.com> writes:
> This is fixed in commit ab5e100 on the maint branch. Thanks for the
> report.
Thank you for taking care of that.
After every commit, maint needs to be merged within master so that
master is always strict superset of maint. I did that for the commit
above.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: org-entities.el bug in "Delta"
2016-09-01 16:30 ` Nicolas Goaziou
@ 2016-09-02 15:14 ` Aaron Ecay
0 siblings, 0 replies; 4+ messages in thread
From: Aaron Ecay @ 2016-09-02 15:14 UTC (permalink / raw)
To: Nicolas Goaziou, Matthew Junker; +Cc: emacs-orgmode
Hi Nicolas,
2016ko irailak 1an, Nicolas Goaziou-ek idatzi zuen:
>
> Hello,
>
> Aaron Ecay <aaronecay@gmail.com> writes:
>
>> This is fixed in commit ab5e100 on the maint branch. Thanks for the
>> report.
>
> Thank you for taking care of that.
>
> After every commit, maint needs to be merged within master so that
> master is always strict superset of maint. I did that for the commit
> above.
Thank you for the reminder and for fixing it this time.
--
Aaron Ecay
^ permalink raw reply [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).