From: Eric Abrahamsen <eric@ericabrahamsen.net>
To: Bastien <bzg@gnu.org>
Cc: emacs-orgmode@gnu.org
Subject: Re: Possible to exclude/include tags for agenda custom commands?
Date: Thu, 20 Feb 2020 11:51:28 -0800 [thread overview]
Message-ID: <878skxavgf.fsf@ericabrahamsen.net> (raw)
In-Reply-To: <87imk12i19.fsf@gnu.org> (Bastien's message of "Thu, 20 Feb 2020 20:08:34 +0100")
Bastien <bzg@gnu.org> writes:
> Hi Eric,
>
> Eric Abrahamsen <eric@ericabrahamsen.net> writes:
>
>> I'll also note that, while this works perfectly well, every time I
>> refresh my custom agenda I see:
>>
>> Making org-agenda-tag-filter buffer-local while locally let-bound!
>
> Can you send enough information so that we can reproduce the problem?
Yes, that wasn't a very helpful report, was it?
First of all, here's the custom command I'm using, to organize an
upcoming trip to New York:
("n" "New York Feb 2020"
((tags-todo "nyfeb2020")
(agenda "is this string meaningless?"
((org-agenda-start-day "2020-02-25")
(org-agenda-span 15))))
((org-agenda-tag-filter '("+nyfeb2020"))))
I edebug `org-agenda-redo', and hit "g". In this function,
`org-agenda-tag-filter' is nil. I don't know if it's supposed to be or
not, but it is.
The error arises out of `org-agenda-run-series', so we go there, and
find it comes from `org-let':
(let ((org-agenda-tag-filter '("+nyfeb2020")))
(org-agenda-prepare name))
`org-agenda-run-series' gets called twice every time I update the
agenda; the error only arises from the first time. The
`org-agenda-tag-filter' variable is buffer-local to my custom agenda,
which is why Emacs complains that it's being let-bound. I don't see
where `org-agenda-tag-filter' is made buffer-local.
I hope that helps!
Eric
next prev parent reply other threads:[~2020-02-20 19:51 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-12 19:03 Possible to exclude/include tags for agenda custom commands? Stig Brautaset
2020-02-12 22:30 ` Bastien
2020-02-13 19:39 ` Stig Brautaset
2020-02-14 10:02 ` Bastien
2020-02-14 22:05 ` Adam Porter
2020-02-18 13:05 ` Bastien
2020-02-20 3:57 ` Adam Porter
2020-02-20 7:23 ` Bastien
2020-02-20 16:50 ` Eric Abrahamsen
2020-02-20 17:24 ` Bastien
2020-02-20 17:48 ` Eric Abrahamsen
2020-02-20 19:02 ` Eric Abrahamsen
2020-02-20 19:08 ` Bastien
2020-02-20 19:51 ` Eric Abrahamsen [this message]
2020-02-23 13:24 ` Bastien
2020-02-23 20:55 ` Eric Abrahamsen
2020-02-24 9:14 ` Bastien
2020-02-24 17:03 ` 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=878skxavgf.fsf@ericabrahamsen.net \
--to=eric@ericabrahamsen.net \
--cc=bzg@gnu.org \
--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).