From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: table.el support restored Date: Fri, 26 Feb 2010 22:39:17 +0100 Message-ID: <64D76A5A-E996-4EA6-AAE8-ED5A60E812FB@gmail.com> References: <29EE8365-5B05-43E7-87A1-3FB743ACFD29@gmail.com> <20100220.075434.155163228.mikelygee@no8wireless.co.nz> <5AB2ECFB-0BD3-4848-B022-23DD830A98C6@gmail.com> <20100223.125600.266023597.mikelygee@gmail.com> 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 1Nl7u6-0004pS-5m for emacs-orgmode@gnu.org; Fri, 26 Feb 2010 16:39:22 -0500 Received: from [140.186.70.92] (port=55956 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nl7u5-0004p5-C0 for emacs-orgmode@gnu.org; Fri, 26 Feb 2010 16:39:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nl7u4-0007Ch-7i for emacs-orgmode@gnu.org; Fri, 26 Feb 2010 16:39:21 -0500 Received: from ey-out-1920.google.com ([74.125.78.144]:8144) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nl7u4-0007Cc-3H for emacs-orgmode@gnu.org; Fri, 26 Feb 2010 16:39:20 -0500 Received: by ey-out-1920.google.com with SMTP id 5so275608eyb.34 for ; Fri, 26 Feb 2010 13:39:19 -0800 (PST) In-Reply-To: <20100223.125600.266023597.mikelygee@gmail.com> 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: Org Mode , srinivas Hi everyone, a few recent threads alerted me to the fact that the support for table.el tables was totally broken in recent versions of Org-mode. While I don't use this, I think it is a very nice feature to have. Support for table.el tables is now restored, with the following important changes. 1. You cannot edit these tables in the buffer, you must use C-c ' (the same command that also edit source code snippets) 2. LaTeX export apparently never did support these tables. Now it does, including #+CAPTION, #+LABEL, and some ATTL_LaTeX settings (e.g. align) I hope this proves to be useful. - Carsten On Feb 23, 2010, at 12:56 AM, Michael Gauland wrote: > From: Carsten Dominik >> For multi-line fields, please check out table.el, which makes such >> tables. And >> Org does export them correctly. >> >> - Carsten > > I've had a play with table.el tables, and the ASCII export is fine, > but HTML and > LaTeX are not. HTML produces a sequence of "ndash" and "mdash", with > no sign of > the text within the table cells. The LaTeX export does include the > table > contents, but also the "-" and "+" characters separating the cells. > Is there > some configuration or setting I need to change for this to work? > > Thanks again for your help, > Mike - Carsten