From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Custom agenda shows all TODO Date: Sun, 08 Mar 2015 01:21:19 +0100 Message-ID: <87mw3o5og0.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50155) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YUOx1-0002On-Lm for emacs-orgmode@gnu.org; Sat, 07 Mar 2015 19:20:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YUOwy-0002Bb-G0 for emacs-orgmode@gnu.org; Sat, 07 Mar 2015 19:20:11 -0500 Received: from relay6-d.mail.gandi.net ([2001:4b98:c:538::198]:45440) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YUOwy-0002AP-9w for emacs-orgmode@gnu.org; Sat, 07 Mar 2015 19:20:08 -0500 In-Reply-To: (Ken Mankoff's message of "Sat, 07 Mar 2015 18:20:35 -0500") 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Ken Mankoff Cc: emacs-orgmode Hello, Ken Mankoff writes: > I've traced this issues (bug?) to a change between ba544e4 and d92ef95. I'm not sure what change, but the issue is in the agenda, and the diff for org-agenda.el is: > > > @@ -4789,7 +4789,7 @@ for a keyword. A numeric prefix directly selects the Nth keyword in > (or org-agenda-multi (org-agenda-fit-window-to-buffer)) > (add-text-properties (point-min) (point-max) > `(org-agenda-type todo > - org-last-args ,arg > + org-last-args (,arg) > org-redo-cmd ,org-agenda-redo-command > org-series-cmd ,org-cmd)) > (org-agenda-finalize) This should be fixed. Thank you. Regards, -- Nicolas Goaziou