amake / orgro

An Org Mode app for iOS and Android
https://orgro.org
GNU General Public License v3.0
475 stars 22 forks source link

Support for recurring SCHEDULED items #103

Open unhammer opened 1 day ago

unhammer commented 1 day ago

(a feature request, at least I can't find this functionality mentioned in the manual)

Given

** TODO replace flux capacitor
   SCHEDULED: <2024-09-11 Sat +1m>
   :LOGBOOK:
   - State "DONE"       from "TODO"       [2024-08-11 Sun 12:32]
   :END:

on cycling TODO state (by swipe) into DONE it should turn straight back to TODO and push the SCHEDULED date one month forward and add a line to the logbook:

** TODO replace flux capacitor
   SCHEDULED: <2024-10-22 +1m>
   :LOGBOOK:
   - State "DONE"       from "TODO"       [2024-09-22 Sat 10:17]
   - State "DONE"       from "TODO"       [2024-08-11 Sun 12:32]
   :END:
amake commented 1 day ago

No this isn't supported yet. Thanks for the request.