From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: latex table export not centered Date: Fri, 11 Feb 2011 13:45:51 +0100 Message-ID: <8739nuu4cg.fsf@gnu.org> References: <4D372390.7060303@med.uni-goettingen.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=49615 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PnsNh-0007Ux-Ep for emacs-orgmode@gnu.org; Fri, 11 Feb 2011 07:45:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PnsNf-0007cT-Ck for emacs-orgmode@gnu.org; Fri, 11 Feb 2011 07:45:48 -0500 Received: from mail-bw0-f41.google.com ([209.85.214.41]:46189) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PnsNf-0007cG-3i for emacs-orgmode@gnu.org; Fri, 11 Feb 2011 07:45:47 -0500 Received: by bwz16 with SMTP id 16so3133276bwz.0 for ; Fri, 11 Feb 2011 04:45:46 -0800 (PST) In-Reply-To: <4D372390.7060303@med.uni-goettingen.de> (Andreas Leha's message of "Wed, 19 Jan 2011 18:46:56 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Andreas Leha Cc: emacs-orgmode@gnu.org Hi Andreas, Andreas Leha writes: > #+BIND: org-export-latex-tables-centered nil > #+TITLE: Test Centered Tables > > * Test > | col1 | col2 | col3 | > |------+------+------| > | 1 | 2 | 3 | > > > But this does not work. The table stays centered. I just tested this: the table is left aligned here (latest Org, GNU Emacs 24.0.50.1). Are you still having this issue? What version of Org/Emacs? -- Bastien