From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: Weirdness with Agenda and "C-u r" Date: Sat, 16 Jan 2016 10:19:53 +0800 Message-ID: <87lh7qxo3a.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41840) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aKGTI-0000ka-Vf for emacs-orgmode@gnu.org; Fri, 15 Jan 2016 21:20:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aKGTF-0007iH-Pe for emacs-orgmode@gnu.org; Fri, 15 Jan 2016 21:20:08 -0500 Received: from plane.gmane.org ([80.91.229.3]:39870) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aKGTF-0007iD-JH for emacs-orgmode@gnu.org; Fri, 15 Jan 2016 21:20:05 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aKGTD-0003Op-UN for emacs-orgmode@gnu.org; Sat, 16 Jan 2016 03:20:04 +0100 Received: from 123.122.47.61 ([123.122.47.61]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 16 Jan 2016 03:20:03 +0100 Received: from eric by 123.122.47.61 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 16 Jan 2016 03:20:03 +0100 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: emacs-orgmode@gnu.org Something seems to have gone off with the `org-tags-view' Agenda view: if I hit "C-u r" to search with another string, I get this traceback: Debugger entered--Lisp error: (invalid-function 4) (4) (org-tags-view (4) (if current-prefix-arg nil "publishing")) (let nil (org-tags-view (4) (if current-prefix-arg nil "publishing"))) eval((let nil (org-tags-view (4) (if current-prefix-arg nil "publishing")))) org-let(nil (org-tags-view (4) (if current-prefix-arg nil "publishing"))) org-agenda-redo((4)) funcall-interactively(org-agenda-redo (4)) call-interactively(org-agenda-redo nil nil) command-execute(org-agenda-redo) I tried e-debugging `org-agenda-redo', but something magic happens when it gets to the org-let, and no light was shed. I seem to remember there have been some changes to the tag matching code recently -- maybe that's it? Happy to bisect if necessary. Eric