From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: Re: Weirdness with Agenda and "C-u r" Date: Sun, 17 Jan 2016 14:03:11 +0800 Message-ID: <87ziw4wxnk.fsf@ericabrahamsen.net> References: <87lh7qxo3a.fsf@ericabrahamsen.net> <84wpr9amul.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55619) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aKgQt-0001rz-Hs for emacs-orgmode@gnu.org; Sun, 17 Jan 2016 01:03:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aKgQq-0002Wo-BF for emacs-orgmode@gnu.org; Sun, 17 Jan 2016 01:03:23 -0500 Received: from plane.gmane.org ([80.91.229.3]:36767) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aKgQq-0002Wk-4h for emacs-orgmode@gnu.org; Sun, 17 Jan 2016 01:03:20 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aKgQn-00023R-St for emacs-orgmode@gnu.org; Sun, 17 Jan 2016 07:03:18 +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 ; Sun, 17 Jan 2016 07:03:17 +0100 Received: from eric by 123.122.47.61 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 17 Jan 2016 07:03:17 +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 Marco Wahl writes: > Eric Abrahamsen writes: > >> 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. > > FWIW I cannot reproduce the behavior you describe with commit 164555b4 > having some files in `org-agenda-files' with some tags. Thanks for your reply. That's pretty weird! I just pulled and re-made, and emacs -Q still does it, even with no Org agenda files defined. Just a plain empty Agenda, then C-u r. I wish I knew what edebug was doing with that org-let.