From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonathan Leech-Pepin Subject: Re: Tables in texinfo export Date: Tue, 12 Feb 2013 22:05:41 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=20cf307f37e0e3aae904d5926a47 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:34711) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U5SlO-0000w7-MJ for emacs-orgmode@gnu.org; Tue, 12 Feb 2013 22:12:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U5SfG-0002dO-Py for emacs-orgmode@gnu.org; Tue, 12 Feb 2013 22:06:01 -0500 Received: from mail-ve0-f171.google.com ([209.85.128.171]:47057) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U5SfG-0002dF-Ji for emacs-orgmode@gnu.org; Tue, 12 Feb 2013 22:05:42 -0500 Received: by mail-ve0-f171.google.com with SMTP id b10so723667vea.30 for ; Tue, 12 Feb 2013 19:05:42 -0800 (PST) In-Reply-To: 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: "Thomas S. Dye" Cc: Org Mode Mailing List --20cf307f37e0e3aae904d5926a47 Content-Type: text/plain; charset=UTF-8 Hi Tom, On Feb 12, 2013 8:56 PM, "Thomas S. Dye" wrote: > > Aloha all, > > Is there a way to control column widths when exporting Org mode tables > to texinfo? > By default the column widths are based on the longest entries in each column. However you can use: #+attr_texinfo: :columns "0.4 0.6" Or whatever your desired ratios are. These values do not need to add up to 1. Regards, -- Jon > All the best, > Tom > -- > Thomas S. Dye > http://www.tsdye.com > --20cf307f37e0e3aae904d5926a47 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

Hi Tom,

On Feb 12, 2013 8:56 PM, "Thomas S. Dye" <tsd@tsdye.com> wrote:
>
> Aloha all,
>
> Is there a way to control column widths when exporting Org mode tables=
> to texinfo?
>

By default the column widths are based on the longest entrie= s in each column.=C2=A0 However you can use:

#+attr_texinfo: :columns "0.4 0.6"

Or whatever your desired ratios are.=C2=A0 These values do n= ot need to add up to 1.

Regards,

--
Jon
> All the best,
> Tom
> --
> Thomas S. Dye
> http://www.tsdye.com
>

--20cf307f37e0e3aae904d5926a47--