Florian Lindner <mailinglists@xgm.de> writes:
* TODO dated item
SCHEDULED: <2024-07-04 Do 14:00>
* TODO undated item
which is in org-agenda-files. Using "org-agenda t" and executing "C-x
C-x =" (what-cursor-position) yields "dotime t" for both entries.
I have found no documentation on the "dotime" property, my understanding
is that the "undated item" should have this property set to nil.
Some background:
org-super-agenda uses this property to determine if items are to appear
on the time grid, when using the time-grid property, see that discussion
https://github.com/alphapapa/org-super-agenda/issues/264
What is the definition of the dotime property?
Is there maybe another property or way to determine if entries should
appear on the time time grid?
DOTIME is an internal property storing arguments to
`org-ageda-format-item'.
Use 'time-of-day instead.