From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Bug with automatic alignment of table columns in HTML export Date: Sat, 06 Apr 2013 02:48:46 +0200 Message-ID: <87mwtcxz1q.fsf@bzg.ath.cx> References: <5145DC81.2070905@arfer.net> <87ehfbrzil.fsf@bzg.ath.cx> <5148BEEA.6000702@arfer.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:45334) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UOHL0-00081u-It for emacs-orgmode@gnu.org; Fri, 05 Apr 2013 20:50:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UOHKv-0002pt-Tn for emacs-orgmode@gnu.org; Fri, 05 Apr 2013 20:50:34 -0400 Received: from mail-wi0-x235.google.com ([2a00:1450:400c:c05::235]:45879) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UOHKv-0002pa-Fj for emacs-orgmode@gnu.org; Fri, 05 Apr 2013 20:50:29 -0400 Received: by mail-wi0-f181.google.com with SMTP id hj8so1093866wib.14 for ; Fri, 05 Apr 2013 17:50:28 -0700 (PDT) In-Reply-To: <5148BEEA.6000702@arfer.net> (Kodi Arfer's message of "Tue, 19 Mar 2013 15:39:22 -0400") 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: Kodi Arfer Cc: emacs-orgmode@gnu.org Hi Kodi, Kodi Arfer writes: > You're quite welcome. That was prompt! I see this case now works in > master. The catch is that there are still some cases which give > inconsistent alignment between Emacs and HTML export, such as: > > | a | b | > |-----+---| > | 100 | 1 | > | 1 | 1 | > | 1 | 1 | > | 1 | 1 | > | a | 1 | > | | 1 | > | | 1 | > | | 1 | > | | 1 | > | | 1 | > | | 1 | For such cases, you can use this: | | | | a | b | |-----+-----| | 100 | 1 | | 1 | 1 | | 1 | 1 | | 1 | 1 | | a | 1 | | | 1 | | | 1 | | | 1 | | | 1 | | | 1 | | | 1 | HTH, -- Bastien