From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: html attributes and caption ignored in table export Date: Thu, 11 Mar 2010 12:14:10 +0000 Message-ID: <87y6hzhx7x.wl%ucecesf@ucl.ac.uk> References: <873a07jide.wl%ucecesf@ucl.ac.uk> <737DDEF6-44C8-4EF5-8033-2A23D82EF30C@gmail.com> Reply-To: Eric S Fraga Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NphHP-0005OM-2k for emacs-orgmode@gnu.org; Thu, 11 Mar 2010 07:14:19 -0500 Received: from [140.186.70.92] (port=44198 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NphHN-0005Lo-My for emacs-orgmode@gnu.org; Thu, 11 Mar 2010 07:14:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NphHM-0002js-Nk for emacs-orgmode@gnu.org; Thu, 11 Mar 2010 07:14:17 -0500 Received: from vscane-b.ucl.ac.uk ([144.82.108.141]:34591) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NphHM-0002jd-JA for emacs-orgmode@gnu.org; Thu, 11 Mar 2010 07:14:16 -0500 In-Reply-To: <737DDEF6-44C8-4EF5-8033-2A23D82EF30C@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: org-mode mailing list On Thu, 11 Mar 2010 12:30:07 +0100, Carsten Dominik wrote: > > Hi Eric > > On Mar 11, 2010, at 10:51 AM, Eric S Fraga wrote: > > > Hi, > > > > What am I missing? I tried exporting the following to HTML and the > > caption and HTML attributes seem to be ignored completely. Also, the > > alignment directives are ignored as well. > > Export preprocessing stores the attributes as text properties on the > first line of the table. Your first line is a special line which > will be removed before export, so the properties got lost. If you > move the alignment line further down in the table, everything would > have worked. Ah. Okay. > But this counts as a bug, so I have fixed it now. Excellent. Many thanks!