[Remind-Fans] sorted tkremind reminders without times

Ian! D. Allen idallen at idallen.ca
Thu Mar 2 13:15:31 EST 2023


Given this:

    REM AT 23:00 PRIORITY 0400 MSG %"Rem 4%"
    REM AT 23:00 PRIORITY 0300 MSG %"Rem 3%"
    REM AT 00:00 PRIORITY 0200 MSG %"Rem 2%"
    REM AT 00:00 PRIORITY 0100 MSG %"Rem 1%"

I get this expected sorted output:

    $ remind -g /tmp/ir
    Reminders for Thursday, 2nd March, 2023 (today):
    Rem 1
    Rem 2
    Rem 3
    Rem 4

The HTML calendar also has the same sorted lines in each day, as expected.

If I want to see the times before each entry, I can add the time:

    REM AT 00:00 PRIORITY 0100 MSG %"[trigtime()] Rem 1%"
    ...etc...

and I get the expected output both from "remind -g" and in the calendar:

    00:00 Rem 1
    00:00 Rem 2
    23:00 Rem 3
    23:00 Rem 4

But with tkremind I always get the time in the calendar, even when
I don't ask for it.  I have reminders that have AT and PRIORITY in
them so that they sort properly, but I do not want to see the times.
How can I get tkremind to do what "remind -g" and the calendar both do,
and give me only what I ask for (no times)?

-- 
| Ian! D. Allen, BA-Psych, MMath-CompSci  idallen at idallen.ca Ottawa CANADA
| Home: www.idallen.com  Contact Improvisation Dance: www.contactimprov.ca
| Former college professor of Free/Libre GNU+Linux @ teaching.idallen.com
| Improve democracy www.fairvote.ca and defend digital freedom www.eff.org


More information about the Remind-fans mailing list