Rens Oliemans <[email protected]> writes: > (How) could you use diary expressions for repeated tasks? > ... > Say that you want a TODO item for finishing the meetup notes, scheduled after > every recurring meeting. How would you do this? > > ** TODO Finish meeting notes > SCHEDULED: <%%(diary-float t 3 2)> > > doesn't work, since this isn't considered a repeating timestamp (probably > because Org doesn't easily know how the date should move). (org-todo "DONE") > will just set it to DONE.
This is a missing feature - Org does not currently try to detect whether diary timestamps are repeating or not. -- Ihor Radchenko // yantar92, Org mode maintainer, 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>
