From mboxrd@z Thu Jan 1 00:00:00 1970 From: "sgeorgii ." Subject: [RFC] [PATCH] Changes to Tag groups - allow nesting and regexps Date: Wed, 25 Nov 2015 10:50:48 +0300 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38277) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1Uqo-00055X-J0 for emacs-orgmode@gnu.org; Wed, 25 Nov 2015 02:50:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a1Uqn-0001Mz-Ga for emacs-orgmode@gnu.org; Wed, 25 Nov 2015 02:50:50 -0500 Received: from mail-wm0-x22a.google.com ([2a00:1450:400c:c09::22a]:38342) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1Uqn-0001Mo-A6 for emacs-orgmode@gnu.org; Wed, 25 Nov 2015 02:50:49 -0500 Received: by wmec201 with SMTP id c201so58303130wme.1 for ; Tue, 24 Nov 2015 23:50:48 -0800 (PST) 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: gustav.erik@gmail.com, mail@nicolasgoaziou.fr, emacs-orgmode@gnu.org Dear Gustav, Eric, I was referred to your subject discussion in respect to my problem: With new version of org-mode I am now unable to filter agenda to show only non-tagged items: > "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 Any help?