emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Bug: Can't access org agenda custom command [9.2.1 (9.2.1-33-g02


From: Alan Schmitt
Subject: Re: [O] Bug: Can't access org agenda custom command [9.2.1 (9.2.1-33-g029cf6-elpaplus @ /home/gustavo/.emacs.d/elpa/org-plus-contrib-20190225/)]
Date: Tue, 26 Feb 2019 09:21:07 +0100
User-agent: mu4e 1.0; emacs 26.1

On 2019-02-26 09:14, Nicolas Goaziou <address@hidden> writes:

I think the problem is on line 3036 of org-agenda.el. The code

                                (propertize match nil 'face 'org-warning))

should be
                                (propertize match 'face 'org-warning))

(I changed it locally and it now works)

This was fixed yesterday.

Thank you. I did not know that as I updated org-plus-contrib this
morning and had the bug.

Best,

Alan

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]