From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Gary ." Subject: Wrapping table header text Date: Mon, 29 Mar 2010 17:14:39 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NwGol-000870-Ly for emacs-orgmode@gnu.org; Mon, 29 Mar 2010 11:23:55 -0400 Received: from [140.186.70.92] (port=45769 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NwGoi-0006oo-Qh for emacs-orgmode@gnu.org; Mon, 29 Mar 2010 11:23:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NwGfq-0005MC-93 for emacs-orgmode@gnu.org; Mon, 29 Mar 2010 11:14:43 -0400 Received: from mail-pv0-f169.google.com ([74.125.83.169]:37750) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NwGfq-0005Lq-4i for emacs-orgmode@gnu.org; Mon, 29 Mar 2010 11:14:42 -0400 Received: by pvg2 with SMTP id 2so7116136pvg.0 for ; Mon, 29 Mar 2010 08:14:40 -0700 (PDT) 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 I can't find mention of this anywhere, but is it possible to have org-mode automagically wrap the header text of a table column? For example a column called "IP SLA Reports" which would look like | IP SLA Reports | could be reformatted so that the header contains two lines and looks like | IP SLA | | Reports | preferably based on the content of the table (yeah, I know I'm asking a lot :-).