From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: (no subject) Date: Thu, 30 Jan 2014 01:15:04 +0100 Message-ID: <87ha8mcol3.fsf@bzg.ath.cx> References: <86sis6mj3b.wl%keno.ss57@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54370) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8fHs-0002vM-I6 for emacs-orgmode@gnu.org; Wed, 29 Jan 2014 19:15:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W8fHk-00033m-4O for emacs-orgmode@gnu.org; Wed, 29 Jan 2014 19:15:20 -0500 Received: from mail-wg0-x231.google.com ([2a00:1450:400c:c00::231]:41146) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8fHj-00033c-Se for emacs-orgmode@gnu.org; Wed, 29 Jan 2014 19:15:12 -0500 Received: by mail-wg0-f49.google.com with SMTP id a1so4892066wgh.4 for ; Wed, 29 Jan 2014 16:15:10 -0800 (PST) In-Reply-To: <86sis6mj3b.wl%keno.ss57@gmail.com> (Ken Okada's message of "Thu, 30 Jan 2014 09:03:36 +0900") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Ken Okada Cc: emacs-orgmode@gnu.org Hi Ken, Ken Okada writes: > I have a question. By default tables are centered in LaTeX export. > Sometimes I prefere to make it flush left or right. I thought this was > done with, for example, > > #+ATTR_LATEX: :center nil > | a | b | > | 1 | 2 | The use of the :center parameter suggests you consulted a recent version of the documentation, for Org >=8.0. This is how it works for Org 8.0 and above: #+ATTR_LATEX: :environment longtable :align l|lp{3cm}r|l | a | b | c | | 1 | 2 | 3 | If you can, please upgrade. Otherwise, someone needs to check the documentation for Org 7.8.11... HTH, -- Bastien