While testing the program, I noticed one thing that about the amiga version that was not immediately obvious from the documentation... the calendar files (if used) default to being located in the s: directory and have different names than the Unix counterparts as shown by the following excerpt from pcaldefs.h #define HOME_DIR "RAM:" #define DATEFILE "s:calendar.dat" #define MOONFILE "s:.moon%y" /* '%y' replaced with year */ #define DEFAULT_OUTFILE "RAM:calendar.ps" After discovering the correct name for the data file, I did not investigate further as to whether or not the other path searching options mentioned in the documentation were supported. To eliminate confusion, I renamed the sample calendar file appropriately... The supplied iff file is example output of calendar.dat by running through "Post" and saving as an IFF file. (Course it looks much better on paper! ;) -Fred ><> 14-Feb-94