From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Error in the "Tables in HTML export" section of the manual Date: Sun, 11 Dec 2011 14:24:42 +0100 Message-ID: <877h23fddr.fsf@altern.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:41507) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RZjPC-0004Du-9G for emacs-orgmode@gnu.org; Sun, 11 Dec 2011 08:25:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RZjPB-0005vT-2q for emacs-orgmode@gnu.org; Sun, 11 Dec 2011 08:25:26 -0500 Received: from mail-ey0-f169.google.com ([209.85.215.169]:33686) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RZjPA-0005kU-Sc for emacs-orgmode@gnu.org; Sun, 11 Dec 2011 08:25:25 -0500 Received: by mail-ey0-f169.google.com with SMTP id i13so466973eaa.0 for ; Sun, 11 Dec 2011 05:25:24 -0800 (PST) In-Reply-To: (Dov Grobgeld's message of "Sun, 11 Dec 2011 14:00:21 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Dov Grobgeld Cc: emacs-orgmode Hi Dov, Dov Grobgeld writes: > In the example of "Tables in HTML export" the example sais: > >      #+ATTR_HTML: border="2" rules="all" frame="all" > > This is wrong HTML syntax. It should be: > >      #+ATTR_HTML: border="2" rules="all" frame="border" Fixed, thanks. -- Bastien