On Thu, 30 Oct 2025 19:19:46 -0500
Tim Chase via Remind-fans <[email protected]> wrote:

> FSET subst_q(a,d,t) iif(trigistodo(), "[" + iif(trigcompletethrough() && 
> trigcompletethrough() >= d, "X", " ") + "]", "")
> REM TODO Tue COMPLETE-THROUGH Oct 15 2025 MSG %q Test

That's a good solution, but if you don't want to override the built-in
%q sequence, you could use:

    FSET subst_done(a, d, t) ...
    REM TODO Tue COMPLETE-THROUGH 2025-10-15 MSG %{done} Test

which maybe is a bit more readable?  (Recall that you can
make your own %{anything} sequence that ends up calling
subst_anything.)

Regards,

Dianne.
_______________________________________________
Remind-fans mailing list
[email protected]
https://dianne.skoll.ca/mailman/listinfo/remind-fans
Remind is at https://dianne.skoll.ca/projects/remind/

Reply via email to