From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Org+table.el = mutli line cells? Date: Fri, 2 Jul 2010 06:37:39 +0200 Message-ID: References: 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 [140.186.70.92] (port=60255 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OUY0X-0006EE-7s for emacs-orgmode@gnu.org; Fri, 02 Jul 2010 00:37:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OUY0W-0006fc-28 for emacs-orgmode@gnu.org; Fri, 02 Jul 2010 00:37:45 -0400 Received: from mail-ew0-f41.google.com ([209.85.215.41]:34309) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OUY0V-0006fS-Rp for emacs-orgmode@gnu.org; Fri, 02 Jul 2010 00:37:44 -0400 Received: by ewy28 with SMTP id 28so1143067ewy.0 for ; Thu, 01 Jul 2010 21:37:42 -0700 (PDT) In-Reply-To: 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: John Hendy Cc: emacs-orgmode On Jul 1, 2010, at 10:14 PM, John Hendy wrote: > Hi, > > > I export to variable page widths and would like to be able to > specify a limit on my tables which seem to always run on as long as > they need to without regard for any margins or borders. I found a > post here where a user asked the question I was looking for: http://www.mail-archive.com/emacs-orgmode@gnu.org/msg22353.html > > So... table.el (as I have since found during fiddling) does create > multi-line cells, which is awesome. > > I can't find any documentation for it, though?? I am just looking > for [hopefully] basic/easy things like: > > - bold a cell (*word* doesn't seem to work in table.el tables) > - limit the overall width of the table Formatting inside table.el cells does not work because this is a completely different export mechanism. To fix the width of a table (normal Org-mode table), see http://orgmode.org/manual/Tables-in-HTML-export.html#Tables-in-HTML-export - Carsten