On Tue, 28 Aug 2018 19:47:08 -0500 Tim Chase <[email protected]> wrote:
> I have a series of events and want to have a reminder appear the day > *after* the event to trigger followup. Assuming > REM Sep 9 2018 [magic here?] REM %"Follow up%"% > I'm looking for the magic that lets me keep the "Sept 9 2018" date > associated with the event, but has a follow-up reminder show up > in the output of `rem` on the day after the event. No such magic exists, unfortunately. A core part of Remind's algorithm makes it stop issuing reminders once the date has passed. You'd need to make another reminder such as REM Sep 10 2018 ... Regards, Dianne. _______________________________________________ Remind-fans mailing list [email protected] http://lists.roaringpenguin.com/cgi-bin/mailman/listinfo/remind-fans Remind is at http://www.roaringpenguin.com/products/remind
