[Remind-Fans] Color coded calendars.

David F. Skoll dfs at roaringpenguin.com
Fri Sep 11 11:17:01 EDT 2009


Lenore Horner wrote:

> rem 24 aug 2009 SPECIAL COLOR 255 0 0 Classes start

> Of course, I don't want to type SPECIAL COLOR 255 0 0  a gazillion times
> which is why I bound several such specifications to keyboard shortcuts.

While it's (alas) true that you can't use a variable to hold SPECIAL,
you could do something like this:

set c "COLOR 255 0 0"

REM 24 Aug 2009 SPECIAL [c] Classes start

If you write all your included files like that, you could do:

set c "COLOR 255 0 0"
INCLUDE red-reminders

set c "COLOR 0 255 0"
INCLUDE green-reminders

... you get the idea.

Regards,

David.



More information about the Remind-fans mailing list