On Fri, Sep 3, 2010 at 1:32 PM, Erik Iverson <eriki@ccbr.umn.edu> wrote:
See org-export-latex-tables-centered:

(defcustom org-export-latex-tables-centered t
 "When non-nil, tables are exported in a center environment."
 :group 'org-export-latex
 :type 'boolean)

this was the solution!  thanks so much.

matt