Thanks a ton, David! And here I thought that FROM, UNTIL and AT had to be in the order mentioned in the man page... Living and learning, - Isaac
On Tue, Mar 27, 2012 at 12:16:19PM -0400, David F. Skoll wrote: > 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
