Ihor Radchenko <yanta...@gmail.com> writes: > AFAIK, org-element-timestamp-parser does not support diary-type > timestamps that contain time/time intervals. Consider the following: > > ** Monday Lecture > SCHEDULED: <%%(org-class 2021 08 30 2021 12 11 1) 19:30-20:45> > > org-element-context gives > > (planning > (:closed nil :deadline nil > :scheduled nil :begin 311 :end 376 > :post-blank 2 :post-affiliated 311)) > > Note that agenda did support the above example. Apparently, simply > because agenda somehow parsed sexps by itself without invoking > org-element. After I changed agenda to use org-element API, > <%%(...) time> does not work anymore.
Bastien, could you please take a look? What we have here is feature regression, but it is unclear if it is justified to change the Org diary timestamp syntax. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>