From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: HTML table export with col width Date: Mon, 4 Jan 2010 10:23:18 +0100 Message-ID: <8A000067-CD92-4903-BCF6-269014BAC9DD@gmail.com> References: <4FC4503B-3EDE-4431-8046-9C70881E2C30@gmail.com> <52BE3D35-A788-466D-9267-DA41DB5117C6@gmail.com> <1262548951.6172.121.camel@claddagh> 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 1NRj9r-00011n-Pq for emacs-orgmode@gnu.org; Mon, 04 Jan 2010 04:23:27 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NRj9m-00010j-KC for emacs-orgmode@gnu.org; Mon, 04 Jan 2010 04:23:26 -0500 Received: from [199.232.76.173] (port=39438 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NRj9m-00010g-CU for emacs-orgmode@gnu.org; Mon, 04 Jan 2010 04:23:22 -0500 Received: from mail-ew0-f224.google.com ([209.85.219.224]:47116) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NRj9m-0004uQ-8T for emacs-orgmode@gnu.org; Mon, 04 Jan 2010 04:23:22 -0500 Received: by ewy24 with SMTP id 24so17738364ewy.26 for ; Mon, 04 Jan 2010 01:23:20 -0800 (PST) In-Reply-To: <1262548951.6172.121.camel@claddagh> 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: Rocky Road Cc: emacs-orgmode@gnu.org On Jan 3, 2010, at 9:02 PM, Rocky Road wrote: > 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. Ah, that clears it up. I had understood that the arrow shows up in the browser. But now I see it in the .html Emacs buffer, this is a left-over display property. Fixed, thanks. > > But the line is actually written: > > <35> Yes. You can get rid of it by adding a special first column and putting a "/" into the first column of lines you'd like to have removed. At some point I had code that would do this automatically for lines that only have these cookies. But I removed it again because it was causing trouble. Maybe I should in fact get a better version of that back into the code - it would be nice to make them go away automatically..... - Carsten > > > ** Versions used : > - org-mode 6.33f > - GNU Emacs 23.0.91.1 > - linux 2.6.28-17-generic (ubuntu 9.04 jaunty) > > HTH. > > Michelle > > > - Carsten