On Wed, 12 Sep 2012 08:06:43 -0500 Jeff Gipson <[email protected]> wrote:
> A newbie error. Adding SKIP worked. Thanks. I'll re-read the areas > of the manual for OMIT and SKIP, however, I've seen examples that use > SKIP in a different place from the REM command syntax diagram. Where > is the correct place for SKIP? Are there two places, on for global > OMITs and one for local OMITS? Remind uses a horrible hand-written parser. It's not too fussy about where you put the SKIP as long as it's before the MSG and not in a place that makes no sense (for example, REM UNTIL SKIP 2012-12-31 MSG ... will not parse.) 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
