Hi Christian, thanks for testing.
Christian Schwarzgruber <c.schwarzgruber...@gmail.com> writes: > thanks for that change. But unfortunate this one doesn't work for the > org-agenda-filter-by-* functions. However, it would work for all > org-agenda-filter* functions, if the hook would be called at the end of > `org-agenda-filter-apply`. But I can see what than would happen, the hook > would be called several times when more filter types are set. The added hook is not intrusive and useful, outside the needs related to your patch to org-super-agenda. Adding a hook to a function that is called many times is calling for problems, I don't want to go that way. > A other option would be the call the hook at the end of all the > org-agenda-filter* functions, perhaps. Not sure what you mean (patch welcome just to understand). But again I think we don't need more hooks. Maybe you can explore using post-command-hook in org-super-agenda-mode in a way that checks whether the last command was a filter command and then act from there? Just an idea, not sure it is correct. Best, -- Bastien