Hi, I have a problem with pcal, to reproduce it, follow the steps: mv ~/.calendar ~/.calendar-backup || true echo "nov 4* City Holiday" > ~/.calendar pcal -P a4 -o /tmp/file1.ps -a pt -b all -B -O holiday 11 2010 1 pcal -P a4 -o /tmp/file2.ps -a pt -b all -B -O holiday 11 2010 14 pcal -P a4 -o /tmp/file3.ps -a pt -b all -B -O holiday 11 2011 1 today is 9/dec/2010 file1 -> nov/4/2010 is holiday file2 -> nov/4/2010 is holiday, nov/4/2011 is NOT holiday file3 -> nov/4/2011 is NOT holiday It seems pcal is not handling holidays for the next year. Thanks, Pedro