From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Aligning Columns in HTML Export Tables Date: Wed, 20 Oct 2010 13:16:01 -0400 Message-ID: <878w1svl7y.fsf@gollum.intra.norang.ca> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=35069 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P8cGj-0004o2-Oj for emacs-orgmode@gnu.org; Wed, 20 Oct 2010 13:16:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P8cGj-0006VV-7x for emacs-orgmode@gnu.org; Wed, 20 Oct 2010 13:16:06 -0400 Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:58672) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P8cGj-0006VR-68 for emacs-orgmode@gnu.org; Wed, 20 Oct 2010 13:16:05 -0400 In-Reply-To: (Jeff Horn's message of "Wed, 20 Oct 2010 12:42:42 -0400") 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: Jeff Horn Cc: Org-mode ml Jeff Horn writes: > Is there a way to specify a particular column in org-mode that will be > exported right-aligned in HTML? > > | A | B | C | > | 1 | 2 | 3 | > > For the table above, I would like column C right aligned when I export > to HTML, but the other column aligned in the default way (left > aligned?). I think this is supposed to work but it seems the exporters do not honour the alignment details. | | | | | A | B | C | | 1 | 2 | 3 | | 12 | 13 | 300 | | 9 | 11 | 4 | Regards, Bernt