Hello.
I have the @p tag for periodic tasks and the @np tag for non-periodic
tasks. Each task should be either periodic or non-periodic. At the
moment I set the gray color for both the @p and @np tags and I just make
sure that every task has a gray square. The fact is I'd like to avoid
using a color for periodic/non-periodic tasks because I already have
colors for @1/@2/@3 tag priorities, and priority is more important for
me to recognise than periodicity.
Has anyone already had a similar problem?