Re: Match any todo keyword

2025-03-16 Thread Ihor Radchenko
Florian Lindner writes: > For that, how can I match any todo keyword, i.e., any state that is not > done? Without naming them explicitly. "/!" should work. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at . Support Org development at

Re: Match any todo keyword

2025-03-12 Thread Christian Moe
Aria Groult via "General discussions about Org-mode." writes: > "Florian Lindner" writes: > >> I want to use consult-org-agenda which uses an MATCH argument like >> org-map-entries. >> >> For that, how can I match any todo keyword, i.e., any state that is not >> done? Without naming them expli

Re: Match any todo keyword

2025-03-12 Thread General discussions about Org-mode.
"Florian Lindner" writes: > I want to use consult-org-agenda which uses an MATCH argument like > org-map-entries. > > For that, how can I match any todo keyword, i.e., any state that is not > done? Without naming them explicitly. I'm not sure this is possible. From the documentation the MATCH s

Re: Match any todo keyword

2025-03-11 Thread Florian Lindner
My apologies for the click tracker, I wasn't aware that it does that. It is disabled now. Am 11.03.25 um 20:53 schrieb Florian Lindner: Hello, I want to use consult-org-agenda (https://github.com/minad/consult) which uses an MATCH argument like org-map-entries. For that, how can I match an