[Remind-Fans] "Sticky Notes" for "remind"

Tim Chase remind at tim.thechases.com
Thu Jan 20 17:41:19 EST 2022


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




More information about the Remind-fans mailing list