alphapapa / org-super-agenda

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

Handle sublists when sorting for original order. #242

Open Alexander-Miller opened 1 year ago

Alexander-Miller commented 1 year ago

Fixes #207

AndreaOrru commented 1 year ago

Will this be merged?

alphapapa commented 1 year ago

Will this be merged?

Yes, when I have time to get to it. Just today I've spent several hours cleaning up the tests for newer versions of Org, merging some other fixes, and releasing v1.3. If you need this fix before I can merge it, feel free to apply the patch locally.

krisbalintona commented 1 month ago

Would just like to bump this.

alphapapa commented 1 month ago

Would just like to bump this.

Thanks. Looking at this code again, it's a bit confusing, so although it works, it would be good to make a few adjustments so it's more easily understood (e.g. the structure, with the cond at the end, is a bit puzzling upon first glance).