From mboxrd@z Thu Jan 1 00:00:00 1970 From: Karl Voit Subject: Re: Bug: commit a197236bde2e6 breaks one of my agenda views [8.3beta (release_8.3beta-530-g31b56b @ /home/whirm/.emacs.d/var/el-get/org-mode/lisp/)] Date: Thu, 6 Nov 2014 21:46:12 +0100 Message-ID: <2014-11-06T21-37-37@devnull.Karl-Voit.at> References: <87r3xj9llm.fsf@whirm.eu> Reply-To: Karl Voit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51236) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XmTwx-0002KZ-1B for emacs-orgmode@gnu.org; Thu, 06 Nov 2014 15:46:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XmTwq-0004s1-Ox for emacs-orgmode@gnu.org; Thu, 06 Nov 2014 15:46:34 -0500 Received: from plane.gmane.org ([80.91.229.3]:41214) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XmTwq-0004rn-Ir for emacs-orgmode@gnu.org; Thu, 06 Nov 2014 15:46:28 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XmTwo-0007JL-Sj for emacs-orgmode@gnu.org; Thu, 06 Nov 2014 21:46:26 +0100 Received: from d86-32-14-16.cust.tele2.at ([86.32.14.16]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 06 Nov 2014 21:46:26 +0100 Received: from news1142 by d86-32-14-16.cust.tele2.at with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 06 Nov 2014 21:46:26 +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 * Elric Milon wrote: > > ("i" "Incoming" ((tags "REFILE" ((org-agenda-overriding-header "Tasks to Refile") (org-tags-match-list-sublevels nil))) (tags-todo "-SOMEDAY-NOTES-@office-@home-@errands" ((org-agenda-overriding-header "Tasks with no context") (org-tags-match-list-sublevels t)))) nil) > > And the stacktrace top: > > Debugger entered--Lisp error: (wrong-type-argument listp #("-{\\<\\(?:@office\\)\\>}" 0 20 (grouptag t))) I did not bisect the issue yet but I got an issue as well: when I filter my agenda using "/ - mytag" I get "org-tags-expand: Wrong type argument: listp, #("{\\<\\(?:@alw\\)\\>}" 0 16 (grouptag t))". Some of my Org-files are using file-local tags. When I switch to the commit before a197236bde2e6, it works. With a197236bde2e6, I get the endless loop error which Nicolas was able to fix for me. HTH