[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [BUG] org-agenda-custom-commands with org-agenda-category-filter-pre
From: |
Ihor Radchenko |
Subject: |
Re: [BUG] org-agenda-custom-commands with org-agenda-category-filter-preset not working [9.6.4 (release_9.6.4-9-g8eb209 @ /usr/local/share/emacs/29.0.90/lisp/org/)] |
Date: |
Wed, 07 Jun 2023 12:36:32 +0000 |
Erik Guldberg via "General discussions about Org-mode."
<emacs-orgmode@gnu.org> writes:
> In every work related org-file, I set the category like this:
>
> #+CATEGORY: work
>
> I then use org-agenda-custom-commands like those below to show work related
> content or not work related content. This works in Org version 9.5.5/Emacs
> 28.2, but in Org version 9.6.4/Emacs 29.0.90, both custom-commands shows the
> content of every file, category "work" or not.
>
> I posted this on Reddit, and according to a user it can be reproduced in the
> stable version, while it works fine in the development version.
Canceled.
I was actually wrong in my initial attempt to reproduce (and reddit
reply).
The reason your filter is not working is that you are setting it in a
composite agenda view. According to the docstring of
`org-agenda-filter-preset':
This variable should not be set directly, but agenda custom commands can
bind it in the options section. The preset filter is a global property of
the entire agenda view. In a block agenda, it will not work reliably to
define a filter for one of the individual blocks. You need to set it in
the global options and expect it to be applied to the entire view.
Note that the docstring explicitly warns you to set the filter in global
agenda options, not within individual blocks.
--
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>