From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Attributes on HTML tables? Date: Sun, 07 Apr 2013 08:27:13 +0200 Message-ID: <87ppy66eke.fsf@bzg.ath.cx> References: <86bo9rnj6q.fsf@iro.umontreal.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:46895) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UOj4R-0008Um-BH for emacs-orgmode@gnu.org; Sun, 07 Apr 2013 02:27:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UOj4N-0002WZ-FC for emacs-orgmode@gnu.org; Sun, 07 Apr 2013 02:27:19 -0400 Received: from mail-wg0-f45.google.com ([74.125.82.45]:64834) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UOj4N-0002WU-9B for emacs-orgmode@gnu.org; Sun, 07 Apr 2013 02:27:15 -0400 Received: by mail-wg0-f45.google.com with SMTP id x12so4815769wgg.0 for ; Sat, 06 Apr 2013 23:27:14 -0700 (PDT) In-Reply-To: <86bo9rnj6q.fsf@iro.umontreal.ca> (=?iso-8859-1?Q?=22Fran=E7o?= =?iso-8859-1?Q?is?= Pinard"'s message of "Sat, 06 Apr 2013 22:55:25 -0400") 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: =?iso-8859-1?Q?Fran=E7ois?= Pinard Cc: emacs-orgmode@gnu.org Hi François, François Pinard writes: > #+CAPTION: This is a table with lines around and between cells > #+ATTR_HTML: border="2" rules="all" frame="border" You need to use :options now: #+CAPTION: This is a table with lines around and between cells #+ATTR_HTML: :options border="2" rules="all" frame="border" We are in the process of documenting this. -- Bastien