From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rocky Road Subject: Re: HTML table export with col width Date: Sun, 03 Jan 2010 21:02:31 +0100 Message-ID: <1262548951.6172.121.camel@claddagh> References: <4FC4503B-3EDE-4431-8046-9C70881E2C30@gmail.com> <52BE3D35-A788-466D-9267-DA41DB5117C6@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NRWf0-0000f3-10 for emacs-orgmode@gnu.org; Sun, 03 Jan 2010 15:02:46 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NRWeu-0000bL-MW for emacs-orgmode@gnu.org; Sun, 03 Jan 2010 15:02:44 -0500 Received: from [199.232.76.173] (port=32859 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NRWeu-0000bA-Bj for emacs-orgmode@gnu.org; Sun, 03 Jan 2010 15:02:40 -0500 Received: from caiajhbdcbhh.dreamhost.com ([208.97.132.177]:47003 helo=homiemail-a3.g.dreamhost.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NRWeu-0000wQ-5G for emacs-orgmode@gnu.org; Sun, 03 Jan 2010 15:02:40 -0500 In-Reply-To: <52BE3D35-A788-466D-9267-DA41DB5117C6@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: Carsten Dominik Cc: emacs-orgmode@gnu.org On Sun, 2010-01-03 at 19:53 +0100, Carsten Dominik wrote: > Hi Karl, > > I still cannot reproduce this. > Anybody else? > > - Carsten > I can reproduce it from the simple input: | <35> | | | header | len | |-------------------------------------+-----| | Short line | 10 | | A loooooooooooooooooooooooooooooooooooooooooooooooooooong line | 62 | However, it appears that the '=>' is only a display artifact in the generated buffer, it is not saved to a file. But the line is actually written: <35> ** Versions used : - org-mode 6.33f - GNU Emacs 23.0.91.1 - linux 2.6.28-17-generic (ubuntu 9.04 jaunty) HTH. Michelle