From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Schmitt Subject: Re: 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 Message-ID: <87zhqjdkp8.fsf@polytechnique.org> References: <2880a41f-4ca2-0a6e-7c61-098233cae0e9@gmail.com> <871s3vf0f6.fsf@polytechnique.org> <87ftsbdl0w.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([209.51.188.92]:38590) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gyXzG-0007vT-KR for emacs-orgmode@gnu.org; Tue, 26 Feb 2019 03:21:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gyXzF-0005fI-RE for emacs-orgmode@gnu.org; Tue, 26 Feb 2019 03:21:14 -0500 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:14860) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gyXzF-0005bE-0a for emacs-orgmode@gnu.org; Tue, 26 Feb 2019 03:21:13 -0500 In-reply-to: <87ftsbdl0w.fsf@nicolasgoaziou.fr> 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: Nicolas Goaziou Cc: emacs-orgmode@gnu.org, Gustavo Barros --=-=-= Content-Type: text/plain; format=flowed On 2019-02-26 09:14, Nicolas Goaziou 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 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEE6lXof/BsSVW56ZmGBA0KO07S5ccFAlx09vQACgkQBA0KO07S 5ccvPggA0w4Q+xKBy/43NlHk7PQD9m/d8mwpi7/GWZGPFZ48xi22MQYhlx9osxxM Km0sLrAG8K4w+bMwKf26yh5AfQQI2MIR/jCirsl9o9b318pRgeAU1vx5dyC0hiI4 aUMpkK8KYEfYXEucTbdxRyLQC9976mNlSCvyt4S22pXeedUW79rwGAQLPlPHc6OS WiPaKuGAMONLeTd51JmR6uMywu21hgkr6VVxEj89Xg33vTEdHpotTtdnzPpl7khC w+oOEkErIaYNtnOJxTjj/oAEXyBWdM+yUfPeizbGcXCE6+YEnBKzs2Ix7/bKOazM EF/UTKyT/OyOnzhGLr2KkWuj7F6wkg== =WiGR -----END PGP SIGNATURE----- --=-=-=--