From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Tables in ASCII export Date: Sat, 20 Feb 2010 20:42:43 +0100 Message-ID: <5AB2ECFB-0BD3-4848-B022-23DD830A98C6@gmail.com> References: <20100207.081516.232105719.mikelygee@no8wireless.co.nz> <29EE8365-5B05-43E7-87A1-3FB743ACFD29@gmail.com> <20100220.075434.155163228.mikelygee@no8wireless.co.nz> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NivE1-0005Ac-Cp for emacs-orgmode@gnu.org; Sat, 20 Feb 2010 14:42:49 -0500 Received: from [140.186.70.92] (port=51141 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NivE0-000597-FU for emacs-orgmode@gnu.org; Sat, 20 Feb 2010 14:42:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NivDz-0001BT-ML for emacs-orgmode@gnu.org; Sat, 20 Feb 2010 14:42:48 -0500 Received: from mail-ew0-f228.google.com ([209.85.219.228]:37508) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NivDz-0001BJ-Gd for emacs-orgmode@gnu.org; Sat, 20 Feb 2010 14:42:47 -0500 Received: by ewy28 with SMTP id 28so1237699ewy.8 for ; Sat, 20 Feb 2010 11:42:46 -0800 (PST) In-Reply-To: <20100220.075434.155163228.mikelygee@no8wireless.co.nz> 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: Michael Gauland Cc: emacs-orgmode@gnu.org On Feb 19, 2010, at 7:54 PM, Michael Gauland wrote: > carsten.dominik> this behavior is now the default, controlled by the > new user option > carsten.dominik> `org-export-ascii-table-widen-columns'. > > Thanks. That's a start, but what I really want is to have long cells > folded, so > that one table row might become several lines in the ASCII export. > For example, > if my table looks like this in org: > > | / | <10R> | <20> | > | | 1 | The quick brown fo=> | > | | 2 | Now is the time for | > > > I want my ASCII export to look like this: > > 1 The quick brown fox > jumped over the lazy > dogs. > 2 Now is the time for > all good me to come > to the aid of the > party. No, this is not possible. For multi-line fields, please check out table.el, which makes such tables. And Org does export them correctly. - Carsten > > I've started looking at org-table-align to get a feel for how org > deals with > tables, but I'm still trying to puzzle out where this folding should > be done. > Any advice on that? > > Thanks, > Mike - Carsten