From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Tables and aligning columns Date: Wed, 26 Sep 2012 19:20:07 +0200 Message-ID: <87y5jwvgzc.fsf@bzg.ath.cx> References: <7640008B-0032-4C4B-817D-D4B2FF47EBF4@univie.ac.at> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:56337) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGvMR-0000xt-AG for emacs-orgmode@gnu.org; Wed, 26 Sep 2012 13:25:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TGvML-0000xf-7E for emacs-orgmode@gnu.org; Wed, 26 Sep 2012 13:25:23 -0400 Received: from mail-wi0-f169.google.com ([209.85.212.169]:43579) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGvMK-0000we-UL for emacs-orgmode@gnu.org; Wed, 26 Sep 2012 13:25:17 -0400 Received: by wiwc10 with SMTP id c10so3796802wiw.0 for ; Wed, 26 Sep 2012 10:25:15 -0700 (PDT) In-Reply-To: <7640008B-0032-4C4B-817D-D4B2FF47EBF4@univie.ac.at> (Erich Neuwirth's message of "Wed, 26 Sep 2012 17:08:58 +0200") 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: Erich Neuwirth Cc: Org Mode Erich Neuwirth writes: > #+title: Test Table > > * My test > > | head1 head1 | head2 head2 | head3 head3 | head4 head4 | > |-------------+-------------+-------------+-------------| > | | | | | > | 1 | 2 | haha | haha | > | 1 | 2 | haha | haha | > > I am using org-20120926 from ELP A. > Export to LaTeX still does not honor column alignment. As I told you, the new exporter handles this. The new exporter is *not* in latest Org ELPA package. > And I noticed something strange. > If I remove the header line, export to LaTeX still produces everything, > but exported html does not contain the table. > This is somewhat inconsistent. I can't reproduce this. -- Bastien