orgzly-revived / orgzly-android-revived

Outliner for taking notes and managing to-do lists
https://www.orgzlyrevived.com
GNU General Public License v3.0
669 stars 42 forks source link

Open Agenda view on current day #309

Open pjhfggij opened 2 months ago

pjhfggij commented 2 months ago

I have a lot of overdue tasks, so each time I want to check what's upcoming today/tomorrow I have to scroll for a few seconds to get the the current day.

It would be helpful if agenda could open on the current day instead of at the top.

SemyonSinchenko commented 2 months ago

Adding s.ge.today to the search query in the default Agenda works fine for me. The final query will looks like .it.done ad.7 s.ge.today instead of the default one .it.done ad.7

pjhfggij commented 2 months ago

@SemyonSinchenko interesting, but then all items before that day are no longer visible. I'd prefer to still be able to scroll back up to see past items (also wish there was an option for the past items to be grouped by days like the future items)

SemyonSinchenko commented 2 months ago

I created for myself a separate search for overdue: s.lt.today i.todo o.scheduled. But it is not an answer for the original question, of course.