emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Erik Guldberg via "General discussions about Org-mode." <emacs-orgmode@gnu.org>
To: Emacs Orgmode <emacs-orgmode@gnu.org>
Subject: [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: Thu, 1 Jun 2023 12:05:44 +0200 (CEST)	[thread overview]
Message-ID: <NWqPtjE--3-9@tuta.io> (raw)

[-- 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 --]

             reply	other threads:[~2023-06-06 12:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-01 10:05 Erik Guldberg via General discussions about Org-mode. [this message]
2023-06-07 12:36 ` [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/)] Ihor Radchenko

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=NWqPtjE--3-9@tuta.io \
    --to=emacs-orgmode@gnu.org \
    --cc=polarfront@tuta.io \
    /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).