On 2025-11-04 16:40, Dianne Skoll via Remind-fans wrote:
On Tue, 04 Nov 2025 13:23:06 -0800
Aric Gregson via Remind-fans <[email protected]> wrote:
Line 831:
REM FROM 2025-07-28 UNTIL 2025-08-17 SPECIAL COLOR 102 178 200
%"Cephaly [ord($T - '2025-07-27')] day%"
That shouldn't give an error message in versions of Remind
from 06.00.02 or newer. In older versions, you can suppress the warning
by putting this near the top orf hte eminder file:
SET $ParseUntriggered 0
$ remind --version
06.02.00
I did not have that set in my file. I did just set it in my .reminders
file and it does not change the behavior.
SET $ParseUntriggered 0
But it is safe to ignore the warning either way then.
This system variable is documented in the man page.
Thank you.
and line 887:
REM FROM 2025-09-16 [trigger(trigdate())] *7 UNTIL
[trigger(trigdate()+7)] MSG do this 1.25 [ord(($T -
'2025-09-16')/7 +1)] week
I'm not exactly sure what you're trying to do here... but it won't
work. trigdate() is not computed until the entire trigger (up to the
MSG) has been processed, so trigdate() appearing *before* the MSG
keyword is going to hold the last random trigger date from whatever
previous REM statement was encountered.
You are correct, I did not include that bit. I did now. It is working
as intended.
SET last_done date(2025,10,30)
REM scanfrom [trigger(last_done)] satisfy 1
REM FROM 2025-09-16 [trigger(trigdate())] *7 UNTIL
[trigger(trigdate()+7)] MSG do this 1.25 [ord(($T - '2025-09-16')/7 +1)] week
Thank you! I will ignore the warning.
Aric
_______________________________________________
Remind-fans mailing list
[email protected]
https://dianne.skoll.ca/mailman/listinfo/remind-fans
Remind is at https://dianne.skoll.ca/projects/remind/