Roger wrote: > I have a reminder for Easter Monday which shows up in rem -n but doesn't > get displayed in a calendar when piping through rem2ps..
> Here is my reminder: > REM SATISFY [trigdate() == easterdate(today())+1] MSG Easter Monday You aren't getting the Zen of Remind. :-) Check out the slides at http://www.roaringpenguin.com/files/download/remind-oclug.pdf And then you'll understand why a better solution is: REM [easterdate(year(today())) + 1] MSG Easter Monday Regards, David. _______________________________________________ Remind-fans mailing list [email protected] http://lists.whatexit.org/mailman/listinfo/remind-fans
