From: "Jorge P. de Morais Neto" <jorge+list@disroot.org>
To: emacs-orgmode@gnu.org
Subject: Bug: org-agenda-tag-filter-preset not respected [9.3.6 (9.3.6-19-gf360f9-elpaplus @ /home/jorge/.config/emacs/elpa/27.0/develop/org-plus-contrib-20200302/)]
Date: Fri, 06 Mar 2020 09:06:35 -0300 [thread overview]
Message-ID: <87v9nhit6c.fsf@disroot.org> (raw)
Hi. Since version org-plus-contrib-20200302, my agenda is buggy. The
bug did not occur in previous versions. To reproduce the bug:
1. Move away your .emacs.d, so that Emacs starts with a pristine
configuration.
2. Start Emacs and eval the following Elisp:
--8<---------------cut here---------------start------------->8---
(setq package-archives
'(("org" . "https://orgmode.org/elpa/")
("gnu" . "https://elpa.gnu.org/packages/")))
(setq org-agenda-custom-commands
'(("w" "Buggy"
((tags "now" nil))
((org-agenda-tag-filter-preset
'("+@w" "-dummy"))))))
(setq org-agenda-files '("~/unison/report_org-agenda_bug/report_org_bug.org"))
(setq org-tag-alist
'(("now" . ?n)
("dummy")
("@w" . ?w)))
--8<---------------cut here---------------end--------------->8---
3. Install the latest org-plus-contrib package.
4. Write to ~/unison/report_org-agenda_bug/report_org_bug.org the
following text:
--8<---------------cut here---------------start------------->8---
* This entry should not appear in the agenda :now:
--8<---------------cut here---------------end--------------->8---
5. Execute M-x org-agenda RET w
6. Note that the offending entry does appear in the agenda. It should
not appear, since it lacks the "@w" tag -- see the value of
org-agenda-tag-filter-preset.
This occurred in an updated Emacs 27 snapshot (guix package emacs-next).
Regards
------------------------------------------------------------------------
Emacs : GNU Emacs 27.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.13)
Package: Org mode version 9.3.6 (9.3.6-19-gf360f9-elpaplus @ /home/jorge/.config/emacs/elpa/27.0/develop/org-plus-contrib-20200302/)
--
- <https://jorgemorais.gitlab.io/justice-for-rms/>
- I am Brazilian. I hope my English is correct and I welcome feedback.
- Free Software Supporter:
<https://www.fsf.org/free-software-supporter/subscribe>
next reply other threads:[~2020-03-06 12:06 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-06 12:06 Jorge P. de Morais Neto [this message]
2020-03-09 23:36 ` Bug: org-agenda-tag-filter-preset not respected [9.3.6 (9.3.6-19-gf360f9-elpaplus @ /home/jorge/.config/emacs/elpa/27.0/develop/org-plus-contrib-20200302/)] Jorge P. de Morais Neto
2020-04-06 13:53 ` Jorge P. de Morais Neto
2020-04-06 16:20 ` Nicolas Goaziou
2020-04-07 3:33 ` Kyle Meyer
2020-04-08 3:00 ` Kyle Meyer
2020-04-08 12:36 ` Jorge P. de Morais Neto
2020-05-23 15:55 ` Bastien
2020-04-08 12:41 ` Jorge P. de Morais Neto
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=87v9nhit6c.fsf@disroot.org \
--to=jorge+list@disroot.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).