org-timeblock icon indicating copy to clipboard operation
org-timeblock copied to clipboard

"no data" if later date found before current date

Open swflint opened this issue 1 year ago • 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.

swflint avatar Jan 20 '24 15:01 swflint

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.

swflint avatar Jan 22 '24 02:01 swflint

Can not reproduce, can you please provide more details?

ichernyshovvv avatar Feb 16 '24 18:02 ichernyshovvv

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.

AdamDorwart avatar May 28 '24 22:05 AdamDorwart