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

_______________________________________________
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

Reply via email to