From mboxrd@z Thu Jan 1 00:00:00 1970 From: Saptarshi Guha Subject: Table export to HTML, column alignment Date: Sun, 5 Dec 2010 23:34:30 -0800 Message-ID: Reply-To: saptarshi.guha@gmail.com Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from [140.186.70.92] (port=55358 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PPVb4-00038e-8K for emacs-orgmode@gnu.org; Mon, 06 Dec 2010 02:34:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PPVb2-0006HZ-Q2 for emacs-orgmode@gnu.org; Mon, 06 Dec 2010 02:34:54 -0500 Received: from mail-ww0-f49.google.com ([74.125.82.49]:49047) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PPVb2-0006HT-Lb for emacs-orgmode@gnu.org; Mon, 06 Dec 2010 02:34:52 -0500 Received: by wwb17 with SMTP id 17so3841005wwb.30 for ; Sun, 05 Dec 2010 23:34:51 -0800 (PST) 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: emacs-orgmode@gnu.org Hello, I would like to align a 2 column table with the left and right columns left and right justified. Having read [1], I tried #+ATTR_HTML: rules="all" frame="none" border="0" |--------------------------------+--------------------------------------| | | | | daldladldlaksdlakjdlasjdlajksd | asdasdasSun Dec 05 13:09:05 PST 2010 | | dasdasdasdasdaededeadaed | Sun Dec 05 13:10:17 PST 2010 | | asdasdasdasdas | Sun Dec 05 13:11:07 PST 2010 | | dasdaedaededaeda | Sun Dec 05 13:13:55 PST 2010 | |--------------------------------+--------------------------------------| | | | And ran into this issue 1) It works in org-mode but the exported table still has left align for both columns Is there a CSS way (using id/classes) to get around the above? Many thanks Joy org-version release_7.3-199-gdf4b7 Org-mode version 7.3 (release_7.3.199.gdf4b7.dirty) [1] http://orgmode.org/manual/Column-width-and-alignment.html