Hi Sébastien,
"Sebastien Vauban" <[email protected]> writes: > #+begin_src emacs-lisp > (org-agenda-to-appt nil nil '(:timestamp)) > #+end_src Try this: #+begin_src emacs-lisp (org-agenda-to-appt nil nil :timestamp) #+end_src HTH, -- Bastien
Hi Sébastien,
"Sebastien Vauban" <[email protected]> writes: > #+begin_src emacs-lisp > (org-agenda-to-appt nil nil '(:timestamp)) > #+end_src Try this: #+begin_src emacs-lisp (org-agenda-to-appt nil nil :timestamp) #+end_src HTH, -- Bastien