From mboxrd@z Thu Jan 1 00:00:00 1970 From: "sgeorgii ." Subject: Re: Unable to filter agenda to show only non-tagged items Date: Wed, 25 Nov 2015 10:53:43 +0300 Message-ID: References: <87egffgxmd.fsf@kyleam.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39484) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1Ute-0006wG-3K for emacs-orgmode@gnu.org; Wed, 25 Nov 2015 02:53:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a1Utc-0002ZQ-Rf for emacs-orgmode@gnu.org; Wed, 25 Nov 2015 02:53:46 -0500 Received: from mail-wm0-x22c.google.com ([2a00:1450:400c:c09::22c]:36882) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1Utc-0002ZB-Lj for emacs-orgmode@gnu.org; Wed, 25 Nov 2015 02:53:44 -0500 Received: by wmww144 with SMTP id w144so57699605wmw.0 for ; Tue, 24 Nov 2015 23:53:44 -0800 (PST) In-Reply-To: <87egffgxmd.fsf@kyleam.com> 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: Kyle Meyer Cc: emacs-orgmode@gnu.org Thank you Kyle. I wrote to that tread - hope they might be able to help me. Regarding the above behavior being documented - I believe not. The reason I believe it does not require specific documentation. Because this is default behavior to filter by empty tag. How else would one filter to get only non-tagged items in agenda? This way came to me naturally and I used it ever since until it stopped working in recent version of Org. Hope someone could get this use case incorporated or advice on another way of filtering only non-tagged items in agenda. On 24 November 2015 at 19:39, Kyle Meyer wrote: > Hello, > > "sgeorgii ." writes: > >> Hello! >> >> Having installed latest org 8.3.2 I am now having the subject problem: >> >> M-x org-agenda >> >> When in agenda: >> >> / (filter) >> >> TAB (filter by tag) >> >> (without entering any tags for "Tag:" question) >> >> Before this gave me agenda view filtered to show only non-tagged items. >> I believe this was right and just fine. >> >> Now I have error: >> >> Debugger entered--Lisp error: (args-out-of-range "" 0 1) >> org-agenda-filter-make-matcher-tag-exp(("+") 43) >> org-agenda-filter-make-matcher(("+") tag t) >> org-agenda-filter-apply(("+") tag t) >> org-agenda-filter-by-tag(nil) >> call-interactively(org-agenda-filter-by-tag nil nil) >> command-execute(org-agenda-filter-by-tag) > > I believe 6c6ae99 (org-agenda: Filtering in the agenda on grouptags, > 2015-01-24) changed this behavior. The discussion about these changes > is here (sorry, the gmane web interface is down for me): > https://lists.gnu.org/archive/html/emacs-orgmode/2015-01/msg00618.html > > org-agenda-filter-by-tag should be fixed to handle the empty tag case > that causes the error above, either by behaving as before or by giving a > clear error. I haven't looked closely enough at the changes or the > discussion to guess whether that commit intended to preserve the empty > tag behavior you were relying on. Is that behavior documented anywhere? > > -- > Kyle