On Sat, 05 May 2012 22:03:17 +1000 David Jackmanson <[email protected]> wrote:
> SET newmoondate = [moondate(0)] > IF today() == newmoondate > MSG New Moon > ENDIF No no no! That's not following the Remind Zen. You want: REM [moondate(0)] MSG New Moon Isn't that much simpler? Or even better for the HTML calendar: REM [moondate(0)] SPECIAL MOON 0 -1 -1 [moontime(0)] Regards, David. _______________________________________________ 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
