Hi, all,

I have added the ability to OMIT a range of dates.  Please try the
latest git snapshot.  If you have already cloned the git repo:

        git pull

If not:

        git clone http://git.roaringpenguin.com/Remind.git

This version lets you do things like:


        OMIT 6 Sep 2010 THROUGH 10 Sep 2010

which omits 6, 7, 8, 9, and 10 Sep 2010.  You can even say:

        OMIT 6 Sep 2010 THROUGH 10 Sep 2010 MSG Vacation

There's no support, alas, for partial OMIT ranges.  This won't work:

        OMIT 25 Dec THROUGH 1 Jan  # Sorry, FAIL

You can dump the global set of OMITs to standard output with:

        OMIT DUMP

and seeing as we have the THROUGH keyword, I added some syntactic sugar.
The following commands are identical:

        REM 6 Sep 2010 *1 UNTIL 10 Sep 2010 MSG Vacation
        REM 6 Sep 2010 THROUGH 10 Sep 2010 MSG Vacation

Regards,

David.

_______________________________________________
Remind-fans mailing list
[email protected]
http://lists.roaringpenguin.com/cgi-bin/mailman/listinfo/remind-fans

Reply via email to