emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [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/)]
@ 2023-06-01 10:05 Erik Guldberg via General discussions about Org-mode.
  2023-06-07 12:36 ` Ihor Radchenko
  0 siblings, 1 reply; 2+ messages in thread
From: Erik Guldberg via General discussions about Org-mode. @ 2023-06-01 10:05 UTC (permalink / raw)
  To: Emacs Orgmode

[-- Attachment #1: Type: text/plain, Size: 838 bytes --]



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.
My org-agenda-custom-commands settings looks like this: '(org-agenda-custom-commands   '(("p" "private"      ((agenda "" nil)       (alltodo ""		((org-agenda-category-filter-preset		  '("-work")))))      nil)     ("w" "Work"      ((agenda "" nil)       (alltodo ""		((org-agenda-category-filter-preset		  '("+work")))))      nil nil)))


[-- Attachment #2: Type: text/html, Size: 1149 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-06-07 12:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-01 10:05 [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/)] Erik Guldberg via General discussions about Org-mode.
2023-06-07 12:36 ` Ihor Radchenko

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).