[Remind-Fans] Can't compute trigger after update

hymie! hymie at nasalinux.net
Wed Aug 18 07:57:32 EDT 2021


I had this same problem a while ago.

I think this was the answer:

rem 12 aug satisfy \
   [ \
     (ks-day(trigdate()) <= 2 && ks-day(trigdate()) >= 0) || \
     (day(trigdate())-ks <= 1 && day(trigdate())-ks >= 0) \
   ] \
   msg Aug 12th between Friday and Monday around second Sunday of August an a [wkday(trigdate())]

It's in the man page, if you search for POSSIBLY-UNCOMPUTABLE TRIGGERS

--hymie!


On Wed, Aug 18, 2021 at 11:39:15AM +0200, Wolfgang Kroener via Remind-fans wrote:
> Hi everyone,
> 
> I upgraded remind from 03.01.16 to 03.03.01 (Debian buster -> bullseye).
> 
> Function names with fset have to be shorter, but that was easy.
> 
> Unfortunately one of my entries is not working anymore:
> 
> --test.rem--
> rem sun 8 aug scanfrom [trigger(today()-7)] satisfy 1
> set ks day(trigdate())
> rem 12 aug satisfy \
>   [ \
>     (ks-day(trigdate()) <= 2 && ks-day(trigdate()) >= 0) || \
>     (day(trigdate())-ks <= 1 && day(trigdate())-ks >= 0) \
>   ] \
>   msg Aug 12th between Friday and Monday around second Sunday of August an a [wkday(trigdate())]
> --/test.rem--
> 
> $ remind test.rem 2021-08-12
> test.rem(8): Can't compute trigger
> No reminders.
> 
> Maybe there is a better way to get the same result, but it was working
> fine before.
> 


More information about the Remind-fans mailing list