Closed zentiggr closed 6 years ago
Just to be clear - you want to get rid of entries that have scheduled time between now and midnight? (Otherwise you could be using s.today
.)
Yes - I am using "s.today o.sched o.dead" right now... but with s.now I could use "s.now o.state o.sched" and have only up to the minute items in the list.
(I have some focus issues, and have a suite of +1d and ++12h repeaters that I would like to only see when the current instance is relevant, instead of having all night's repetitions as well.)
o.state has me very excited and s.now would pair off perfectly, and have me closer to "perfect" organizer than even my hand-rolled spreadsheet attempt.
I've implemented this for next version (current beta), as it uncovered a bug with s.0h
(which I was going to suggest you use). Thanks!
I think s.Nh is undocumented... it is live in 1.6.1 though? I could easily use s.1h or s.2h, as just that much lookahead could be very helpful and I was assuming s.today and s.now were the closest I could get.
Tested and I see s.1h is acting like s.today.
I think s.Nh is undocumented... it is live in 1.6.1 though?
Yes to both, I'm updating documentation right now.
Tested and I see s.1h is acting like s.today.
Yeah, this has been fixed.
Awesome... Grabbing the beta 2 apk!
On Jan 8, 2018 12:46 PM, "Neven" notifications@github.com wrote:
I think s.Nh is undocumented... it is live in 1.6.1 though?
Yes to both, I'm updating documentation right now.
Tested and I see s.1h is acting like s.today.
Yeah, this has been fixed.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/orgzly/orgzly-android/issues/265#issuecomment-356057118, or mute the thread https://github.com/notifications/unsubscribe-auth/ABbYMxwEBFexmHBW5dCkQvBmz6SgXSQDks5tImKjgaJpZM4RWm0H .
Awesome... Grabbing the beta 2 apk!
It's not in beta.2 BTW, it will be in the next one (probably tomorrow).
Ok... cooling my jets. Thanks!
Tested, working just as intended. Thanks so much!
My optimal filtering and structure for a master todo list would be
s.now o.state o.sched o.dead
Since o.state support is already committed, I would love to have s.now even if the entire search proposal doesn't make it in yet.
Barely familiar with Kotlin or I would consider working up the PR myself... or give me a little while...