> It can? Thatʼs not documented, as far as I can tell. It is literally called "diary sexp". You can use any elisp sexp there, like (let ...) or (or ...) or (function-name ...)
Robert Pluim <rpl...@gmail.com> writes: >>>>>> On Thu, 03 Sep 2020 21:35:54 +0800, Ihor Radchenko <yanta...@gmail.com> >>>>>> said: > > >> When dealing with complicated date rules it can likely happen that a > >> diary sexp doesn't fit into one line. > > Ihor> Diary sexp can be a user-defined function. If your sexp needs to > span > Ihor> multiple lines, it is probably worth defining a function and simply > Ihor> using <%%(your-function)> as a timestamp. > > It can? Thatʼs not documented, as far as I can tell. > > Robert