Frank Hrebabetzky wrote: > Ok. I got it. But a solution would be still better than just > comprehension. What I really want is the "Annoyance" feature, the > reminder popping up every 30 minutes or so. Is that possible without a > timed reminder? How?
The only way to do that is to fake the time, something like this: # Normal timed reminder REM ... AT 16:00 +30 MSG Something's happening at 16:00 # Nagging reminder REM ... AT 23:30 +420 *30 MSG Hey! Something happened at 16:00 The first one will trigger at 15:30 and 16:00. The second will trigger from 16:30 all the way through to 23:30 until you suppress it (if you're using tkremind). Regards, David. _______________________________________________ Remind-fans mailing list [email protected] http://lists.whatexit.org/mailman/listinfo/remind-fans
