[Remind-Fans] Omit several weeks possible?

Jostein Berntsen jbernts at broadpark.no
Wed Jan 25 00:18:05 EST 2012


On 21.01.12,19:55, borghal rantipole wrote:
> Hello Jostein,
> 
> thank you for your quick answer!
> 
> I applied your vacation function, but get an "Unexpected end of line" error with the last line:
> 
> FSET vacation_2012(x) isomitted (x) || \
>                       (evaltrig("2012-04-02 *1 UNTIL 2012-04-14", x) == x) || \
>                       (evaltrig("2012-05-30 *1 UNTIL 2010-06-11", x) == x) ||
> 
> REM Mon SKIP \
>     OMITFUNC vacation_2012 \
>     AT 7:45 DURATION 8:00 MSG Hello World
> 
> This is what I put into my rem-file and the last line gets the unexpected eol. What am I doing wrong?
> 
> Thank you for your help!
> 

Sorry, the function should be:


FSET vacation_2012(x) isomitted (x) || \
                       (evaltrig("2012-04-02 *1 UNTIL 2012-04-14", x) == x) || \
                       (evaltrig("2012-05-30 *1 UNTIL 2010-06-11", x) == x) 


Jostein



More information about the Remind-fans mailing list