On Tue, 27 Mar 2012 12:08:40 -0400 [email protected] wrote: > Hi all. I'm trying to set up a weekly meeting from date A through B > missing one date. The OMIT part isn't working for me.
You can't OMIT a full date from within a REM line. What you want is this: PUSH-OMIT-CONTEXT # if necessary OMIT 3 April 2012 REM Tue FROM 2012-03-27 UNTIL 2012-07-11 AT 13:30 DURATION 0:30 SKIP MSG Meeting POP-OMIT-CONTEXT # if necessary Read the man page to see why SKIP is needed. Regards, David. _______________________________________________ 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
