orgzly / orgzly-android

Outliner for taking notes and managing to-do lists
https://www.orgzly.com
GNU General Public License v3.0
2.7k stars 304 forks source link

s.today includes node from yesterday #296

Closed SanskritFritz closed 6 years ago

SanskritFritz commented 6 years ago

I have searched for existing issues that may be the same as or related to mine. 👼 ✔️ I'm submitting a bug report for version 1.6.2.

My notebook includes the following elements:

* Event A :calendar:
DEADLINE: <2018-02-14 Wed 12:30> SCHEDULED: <2018-02-14 Wed 09:30>
:PROPERTIES:
:CREATED:  [2018-02-04 Sun 22:00]
:END:

* Event B :calendar:
SCHEDULED: <2018-02-15 Thu 21:00 +1w>
:PROPERTIES:
:CREATED:  [2018-02-13 Tue 23:14]
:END:

Both elements are included into the search "s.today".

nevenz commented 6 years ago

You probably want s.eq.today.

Default operator for s is le (less or equal to). So you're actually doing s.le.today.

Check out http://www.orgzly.com/help#search for more.

SanskritFritz commented 6 years ago

Oh, thanks and sorry for the noise.