emacs-orgmode
[Top][All Lists]
Advanced

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

org-agenda-get-timestamps and properties


From: Michael Heerdegen
Subject: org-agenda-get-timestamps and properties
Date: Tue, 10 Nov 2020 19:11:07 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Hi,

I have a problem with my appt.el replacement I develop.

When debugging, I found that `org-agenda-get-timestamps' does, depending
on the position of the SCHEDULED spec, do return a timestamp when an
entry is formatted like this:

** APPT 10:40 Xyz
    :PROPERTIES:
    :ID:       1d313f9a-3044-4c23-9278-422646ec9063
    :END:
    SCHEDULED: <2020-11-08 So +1d>

but not when formatted like this:

** APPT 10:40 Xyz
    SCHEDULED: <2020-11-08 So +1d>
    :PROPERTIES:
    :ID:       1d313f9a-3044-4c23-9278-422646ec9063
    :END:

although the latter form is, AFAICT, recommended, and at least it's what
I get when creating ids automatically with (org-id-get-create).

No timestamp, and my appointments don't work (bad).

Has anybody any insight into this matter?


TIA,

Michael.



reply via email to

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