ichernyshovvv/org-timeblock

"no data" if later date found before current date

swflint opened this issue · 3 comments

I have an interesting circumstance, consider that I have the following early on in my org-agenda-files, and it is 20 January 2024.

* TODO [#A] Weekly Review
SCHEDULED: <2024-01-21 Sun 17:00-18:00 ++1w>
:PROPERTIES:
:STYLE:    habit
:LOGGING:  DONE(!)
:LOG_INTO_DRAWER: LOGBOOK
:END:

When I try to show a time-block view for today, I see "no data", despite there being other entries for the day.

It appears it's not if it's from after the current date, but before, and it appears that repeaters (as used by org-habit) may be the issue, but I'm not sure.

Can not reproduce, can you please provide more details?

Just ran into the same issue. Let me clarify: Lets say today is May 28th, 2024

* TODO [#A] Daily Review
SCHEDULED: <2024-05-20 Sun 17:00-18:00 .+1d>
:PROPERTIES:
:STYLE:    habit
:END:

Will not show up in the timeblock view. It will stop showing up after the first scheduled repeater on May 20th. I tried this both with and without org-habit with the same result.