alphapapa / org-super-agenda

Supercharge your Org daily/weekly agenda by grouping items
GNU General Public License v3.0
1.35k stars 107 forks source link

Can org-super-agenda-keep-order be set within org-agenda-custom-commands? #213

Open max6166 opened 2 years ago

max6166 commented 2 years ago

Setting org-super-agenda-keep-order within custom agendas doesn't seem to work. The global value is always used. I just want to confirm whether that this is true.

I find org-super-agenda-keep-order to be very handy. Thank you!

But since it currently breaks any agendas with an auto-* property, I was hoping that I could only disable it for those agendas. Then I could continue to use it with my other agendas.

alphapapa commented 2 years ago

Hm, it might be necessary to add org-super-agenda-keep-order to org-agenda-local-vars. See: https://github.com/alphapapa/org-super-agenda/blob/3108bc3f725818f0e868520d2c243abe9acbef4e/org-super-agenda.el#L361

If you can, try doing that and let me know if it makes a difference. Thanks.