emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: dotime property on non-dated item


From: Florian Lindner
Subject: Re: dotime property on non-dated item
Date: Sun, 14 Jul 2024 21:59:20 +0200
User-agent: Mozilla Thunderbird

Am 14.07.24 um 11:46 schrieb Ihor Radchenko:
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.

Thanks for advise! However, I was unable to get something else but nil for time-of-day for these entries:

* TODO dated and timed item
SCHEDULED: <2024-07-14 So 14:00>
* TODO timed item
<2024-07-14 So>
* TODO undated item

 using the procedure described above.

Best,
Florian




reply via email to

[Prev in Thread] Current Thread [Next in Thread]