On 2022-01-20 17:09, Dianne Skoll via Remind-fans wrote: > > REM FROM 2024-02-10 MSG Sticky todo > > That works, or even: > > REM 2024-02-10 *1 MSG Nagging you once a day! > REM 2024-02-10 *7 MSG Nagging you once a week! > > but all of these options have the disadvantage of > cluttering up the calendar. That can be remedied with: > > FSET _rep(n) iif($CalMode, "", "*" + n) > REM 2024-02-10 [_rep(1)] MSG Nagging you once a day! > REM 2024-02-10 [_rep(7)] MSG Nagging you once a week!
I've recently taken to using IF ! $CalMode ... ENDIF to reduce a lot of clutter, marking swaths of low-importance reminders with so that they show up on my agenda-view but don't overwhelm my week/month view. :-) -tim _______________________________________________ Remind-fans mailing list [email protected] https://dianne.skoll.ca/mailman/listinfo/remind-fans Remind is at https://dianne.skoll.ca/projects/remind/
