Geoff wrote: > How do I make remind work sensibly with week numbers? > # What I think I want to be able to do: > #REM Week08 OMIT Sat Sun MSG This is week 8
> # This works, more or less, but seems hard to use in a generic way > REM Mon Tue Wed Thu Fri SATISFY (weekno(trigdate()) == 09) I think you pretty much have to do it that way. But you can combine it into one line: REM Mon Tue Wed Thu Fri SATISFY [weekno(trigdate()) == 9] MSG Week 09. Regards, David. _______________________________________________ Remind-fans mailing list [email protected] http://lists.whatexit.org/mailman/listinfo/remind-fans
