5.0
%j Day of year as decimal number (001 - 366)
%m Month as decimal number (01 - 12)
%M Minute as decimal number (00 - 59)
%p Current locale's A.M./P.M. indicator for 12-hour clock
%S Second as decimal number (00 - 59)
%U Week of year as decimal number, with Sunday as first day of week (00 - 53)
%w Weekday as decimal number (0 - 6; Sunday is 0)
%W Week of year as decimal number, with Monday as first day of week (00 - 53)
%x Date representation for current locale
%X Time representation for current locale
%y Year without century, as decimal number (00 - 99)
%Y Year with century, as decimal number
%z Time-zone abbreviation; no characters if time zone is unknown
%Z Time-zone name; no characters if time zone is unknown
Color Keywords
$COLOR_RED Sets the overlay display text color to be red.
$COLOR_BLUE Sets the overlay display text color to be blue.
$COLOR_GREEN Sets the overlay display text color to be green.
$COLOR_WHITE Sets the overlay display text color to be white.
$COLOR_BLACK Sets the overlay display text color to be black.
$RGBr,g,b$RGB Sets the overlay display text to any color specified using explicit rgb values
between 0 and 255. For example, $RGB127,127,127$RGB sets the color to
grey.
Extra Keywords
$TASKS Adds the name of each currently active task to the overlay display text. Each
task is displayed on a new line.
$DAY Days since start of first task in project (starting from 1)
$WEEK Weeks since start of first task in project (starting from 1)
Simulate
397