From: Eric Abrahamsen <eric@ericabrahamsen.net>
To: emacs-orgmode@gnu.org
Subject: Agenda filter by any tag seems to be broken
Date: Fri, 13 May 2016 11:30:58 +0800 [thread overview]
Message-ID: <87oa8a7hxp.fsf@ericabrahamsen.net> (raw)
Is anyone else seeing this?
Go into a tags-type agenda, hit "/" to start filtering, then SPC for
"filter to any tag". That gives me this backtrace:
Debugger entered--Lisp error: (args-out-of-range "" 0 1)
substring("" 0 1)
(equal "{" (substring tag 0 1))
(and (equal "{" (substring tag 0 1)) (equal "}" (substring tag -1)))
org-agenda-filter-make-matcher-tag-exp(("+") 43)
Once ("+") is added to `org-agenda-tag-filter', all subsequent filtering
actions will fail, until you remove all filters with "/ /".
`org-agenda-filter-make-matcher-tag-exp' always removes the first
character of the tag-matcher string, and then operates on what's left.
In the case of "+", nothing's left!
Thanks,
Eric
next reply other threads:[~2016-05-16 17:47 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-13 3:30 Eric Abrahamsen [this message]
2016-05-16 18:28 ` Agenda filter by any tag seems to be broken Kaushal Modi
2016-05-17 0:37 ` Eric Abrahamsen
2016-05-17 19:40 ` Kaushal Modi
2016-05-18 3:31 ` Eric Abrahamsen
2016-05-19 8:38 ` Nicolas Goaziou
2016-05-19 13:46 ` Eric Abrahamsen
2016-05-17 2:00 ` Eric Abrahamsen
-- strict thread matches above, loose matches on Subject: below --
2016-05-13 3:30 Eric Abrahamsen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87oa8a7hxp.fsf@ericabrahamsen.net \
--to=eric@ericabrahamsen.net \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).