From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: [bug] Tables in lists not exported to ODT Date: Mon, 23 Jan 2012 12:30:15 +0530 Message-ID: <8162g2rji8.fsf@gmail.com> References: <87ipkfu8b5.fsf@ucl.ac.uk> <87lipbda63.fsf@ucl.ac.uk> <81aa5n8hnt.fsf@gmail.com> <87obu24s2d.fsf@ucl.ac.uk> <814nvr57n1.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:34971) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RpDtE-0006Pm-GG for emacs-orgmode@gnu.org; Mon, 23 Jan 2012 02:00:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RpDtD-0002Bi-GE for emacs-orgmode@gnu.org; Mon, 23 Jan 2012 02:00:28 -0500 Received: from mail-iy0-f169.google.com ([209.85.210.169]:52972) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RpDtD-0002BY-9o for emacs-orgmode@gnu.org; Mon, 23 Jan 2012 02:00:27 -0500 Received: by iadj38 with SMTP id j38so5409887iad.0 for ; Sun, 22 Jan 2012 23:00:26 -0800 (PST) In-Reply-To: <814nvr57n1.fsf@gmail.com> (Jambunathan K.'s message of "Fri, 20 Jan 2012 09:48:26 +0530") 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: emacs-orgmode@gnu.org Jambunathan K writes: > Btw, I was trying to make the tables cute-looking Just pushed a fix whereby one can control the width of the tables. ,---- commit f9d242 | Customize table width using :rel-width option. For example, to create a | table of width 60% use: | | #+attr_odt: :rel-width 60 | | | A | B | | |---+---| | | | | `---- --