From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: New bug in org-agenda? Date: Fri, 01 Mar 2019 18:52:36 +0100 Message-ID: <874l8mo523.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:50738) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gzmKw-0004Vt-Sk for emacs-orgmode@gnu.org; Fri, 01 Mar 2019 12:52:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gzmKw-0007ib-2b for emacs-orgmode@gnu.org; Fri, 01 Mar 2019 12:52:42 -0500 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:43871) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gzmKv-0007f2-Ph for emacs-orgmode@gnu.org; Fri, 01 Mar 2019 12:52:42 -0500 In-Reply-To: (Richard Stanton's message of "Fri, 1 Mar 2019 09:27:00 -0800") 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: Richard Stanton Cc: emacs-orgmode@gnu.org Hello, Richard Stanton writes: > Using Org mode version 9.2.1 (9.2.1-33-g029cf6-elpaplus), I get an error message when I run org-agenda: > > Debugger entered--Lisp error: (error "Wrong number of arguments") > propertize("WAITING" nil face org-warning) > org-agenda-get-restriction-and-command(nil) > org-agenda(nil) > funcall-interactively(org-agenda nil) > call-interactively(org-agenda record nil) > command-execute(org-agenda record) > execute-extended-command(nil "org-agenda" #("org-agenda" > 0 1 (fontified t) 1 2 (fontified t) 2 3 (fontified t) 3 4 (fontified > t) 4 5 (fontified t) 5 6 (fontified t) 6 7 (fontified t) > 7 8 (fontified t) 8 9 (fontified t) 9 10 (fontified nil))) > funcall-interactively(execute-extended-command nil "org-agenda" > #("org-agenda" 0 1 (fontified t) 1 2 (fontified t) 2 3 (fontified t) > 3 4 (fontified t) 4 5 (fontified t) 5 6 (fontified t) 6 7 (fontified > t) 7 8 (fontified t) 8 9 (fontified t) 9 10 (fontified nil))) > call-interactively(execute-extended-command nil nil) > command-execute(execute-extended-command) > > This has only started in the last few days and my init.el file has not > changed, so it seems to be something in the latest update. This was fixed a few days ago. Regards, -- Nicolas Goaziou