I'm using the following org agenda custom command, with a relatively small org-mode text file, and agenda creation is taking around 3-4 seconds, it becomes unbearably worse if I modify stuck-projects to also use properties searches)
Is there anything I can change to speed up the commands execution; or developer changes to org-mode?
The main performance degradation comes from -SCHEDULED>\"<2000-01-01>\"
I understand there's a way to removed scheduled items from TODO agenda generations, but this doesn't apply to TAGS agenda generations. So in order to accomplish this in tags, I've added -SCHEDULED>\"<2000-01-01>\" meaning, 'does not have a SCHEDULED property'
Overall, isn't there any way to speed up property queries? If the property query is generating some kind of index, is there a way to keep this indexed cached for the subsequent property query in this overall agenda page generation?
Cheers, Jason
P.S. This being my first post on the mailing list, org-mode is absolutely amazing & invaluable!