From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Harkins Subject: HTML table export options essentially undocumented Date: Tue, 18 Mar 2014 13:52:10 +0800 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54473) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPmwv-0006cj-7M for emacs-orgmode@gnu.org; Tue, 18 Mar 2014 01:52:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WPmwo-0006aE-J9 for emacs-orgmode@gnu.org; Tue, 18 Mar 2014 01:52:29 -0400 Received: from mail-pb0-x235.google.com ([2607:f8b0:400e:c01::235]:48796) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPmwo-0006Zz-Bl for emacs-orgmode@gnu.org; Tue, 18 Mar 2014 01:52:22 -0400 Received: by mail-pb0-f53.google.com with SMTP id rp16so6701572pbb.26 for ; Mon, 17 Mar 2014 22:52:20 -0700 (PDT) Received: from localhost ([218.192.147.62]) by mx.google.com with ESMTPSA id it4sm48909391pbc.39.2014.03.17.22.52.19 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 17 Mar 2014 22:52:20 -0700 (PDT) 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: orgmode The documentation here seems rather un-detailed. http://orgmode.org/manual/Tables-in-HTML-export.html#Tables-in-HTML-export What I wanted to do was to have vertical rules between all columns, but not=20= horizontal rules. Neither this section of the documentation, nor the=20 docstring for org-html-table-default-attributes, provide any details on how=20= to do this. It's a rather busy day and I'm not in the mood to scour through the elisp=20 sources, so, could someone please enlighten (and fix the docs)? hjh