ichernyshovvv / org-timeblock

Schedule your day visually, using timeblocking technique inside Emacs
GNU General Public License v3.0
282 stars 19 forks source link

"no data" if later date found before current date #44

Open swflint opened 9 months ago

swflint commented 9 months ago

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.

swflint commented 9 months ago

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.

ichernyshovvv commented 8 months ago

Can not reproduce, can you please provide more details?

AdamDorwart commented 5 months ago

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.