On Tue, May 11, 2004 at 04:16:37PM -0400, Erik Enge wrote: > (table (:col-widths '(100 200)) ;;; start Erik changes You need to specify that the rows may be split among pages. The default is to keep the table on a single page. (table (:col-widths '(100 200) :splittable-p t) -Klaus