[Remind-Fans] What's wrong with this?

Paul Pelzl pelzlpj at eecs.umich.edu
Wed Oct 18 17:51:54 EDT 2006


On Wed, Oct 18, 2006 at 12:42:42PM -0700, Mark Atwood wrote:
> 
> 
> I get a "Parse error" on the following remind line.  What's wrong with it?
> 
> # second thursday of the month
> # starting with 11 may 2006, ending 14 sept 2006
> REM Thu [1] SATISFY [trigdate() >= '2006-05-11'] UNTIL 14 Sep 2006 AT 20:00 MSG My Event

Rewrite that as

   REM Thu [1] UNTIL 14 Sep 2006 AT 20:00 SATISFY [trigdate() >= '2006-05-11'] MSG My Event

The manpage says "you can include a  MSG,  RUN,  etc. clause in a
SATISFY clause...", which implies that the MSG clause needs to be joined
with the SATISFY.

Paul





More information about the Remind-fans mailing list