Eric S Fraga [2021-09-10 Fri 11:57] wrote:
> What works for me, for diary sexp entries, is putting the time in the
> heading:
>
> * 09:00-10:00 Weekly meeting
> <%%(diary-cyclic 7 9 10 2021)>
This is exactly how the feature is described in the manual:
#+begin_example
Diary-style expression entries
For more complex date specifications, Org mode supports using the
special expression diary entries implemented in the Emacs Calendar
package(2). For example, with optional time:
* 22:00-23:00 The nerd meeting on every 2nd Thursday of the month
<%%(diary-float t 4 2)>
#+end_example
--
Daniel Fleischer