From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?TWFydGluIEfDvHJ0bGVy?= Subject: ox-odt: column width in list-tables Date: Wed, 01 Oct 2014 08:56:40 +0200 Message-ID: <542BA5A8.4010409@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37607) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZDqF-0002gw-Nz for emacs-orgmode@gnu.org; Wed, 01 Oct 2014 02:56:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XZDq8-0006DT-8m for emacs-orgmode@gnu.org; Wed, 01 Oct 2014 02:56:51 -0400 Received: from mout.gmx.net ([212.227.15.15]:63567) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZDq7-0006DN-VU for emacs-orgmode@gnu.org; Wed, 01 Oct 2014 02:56:44 -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: emacs-orgmode@gnu.org Hi, I am using the list-table feature of the odt exporter, a very convenient feature when one needs a table where one column has structured content. Unfortunately, the column widths currently cannot be controlled from within the org document. An attribute :column-widths would turn out handy. (Of course, this would be different from the way column widths are controlled in standard org-mode tables.). Also, attributes like :width seem not to be handed over to the resulting table. I am really amazed how easy the production of libre office documents in org-mode is. Actually, adjusting list-table column widths is currently the only manual step I ever need to do after exporting. Thanks, Martin