You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a number of very intricate org-super-agenda views. I have many instances where the code could be greatly simplified if there were some way to specify a boolean OR within an :and selector. For example:
Only the first item differs in each of the above :and selectors. If there were some way to specify OR within the :and selector, the above could be simplified to:
It's software, so anything is possible. :) That would probably be doable without too much difficulty, but the code that implements the pseudo-language is pretty ugly, so it might get a little messy. I'm working on a next-generation based on taxy that implements a more natural, Lispy language for defining groups, so I'm not likely to spend much time "shoehorning" changes like this into org-super-agenda anytime soon. I'm willing to help review patches, though...
Cool! I don't know how I missed your taxy project. On behalf of all of us, thank you for all your incredible packages.
Would you consider one day posting a short video demonstrating your own workflow using your packages? I think that information would be incredibly useful to many of us, so we can see how the packages complement each other.
I get asked about this sort of thing from time to time. I don't have a single workflow, and the ones I have are always works-in-progress, especially as I develop these tools further. Having said that, there are some features I would like to demonstrate to help users understand what's possible with them, e.g. making links and bookmarks to org-ql views, which may even include org-super-agenda grouping. It's just a matter of finding the time to do it, and my Emacs-related to-do lists are already long. :)
Anyway, if you have more specific questions about that sort of thing, feel free to ask, but preferably on Reddit r/emacs or r/orgmode. Feel free to ping me on Matrix to let me know if you post something like that: @alphapapa:matrix.org
I have a number of very intricate org-super-agenda views. I have many instances where the code could be greatly simplified if there were some way to specify a boolean OR within an :and selector. For example:
Only the first item differs in each of the above :and selectors. If there were some way to specify OR within the :and selector, the above could be simplified to:
The above is much easier to maintain and would greatly reduce the length of my code, at least. Is this enhancement at all feasible?
The text was updated successfully, but these errors were encountered: