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 08:56:13 +0100
User-agent: mu4e 1.0; emacs 26.1

On 2019-02-26 02:19, Gustavo Barros <address@hidden> writes:

I've been having trouble with my custom agenda commands since the latest
update.

The agenda dispatcher used to work fine until the last update, but now,
given one of my custom agenda commands, it issues the error
"org-agenda-get-restriction-and-command: Wrong number of arguments".

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)

Best,

Alan

Attachment: signature.asc
Description: PGP signature


reply via email to

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