From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rick Frankel Subject: Re: org-table: missing vertical boundary when exported Date: Mon, 11 Aug 2014 13:58:26 -0400 Message-ID: <20140811175826.GA67199@eyeBook> References: <425643e10ffe7568a26049ef408851dd@mail.rickster.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37825) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XGtrg-00004s-IA for emacs-orgmode@gnu.org; Mon, 11 Aug 2014 13:58:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XGtrZ-0007q6-1i for emacs-orgmode@gnu.org; Mon, 11 Aug 2014 13:58:36 -0400 Received: from mail.rickster.com ([204.62.15.78]:36185) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XGtrY-0007pp-UN for emacs-orgmode@gnu.org; Mon, 11 Aug 2014 13:58:28 -0400 Content-Disposition: inline In-Reply-To: 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: Shiyuan Cc: "emacs-orgmode@gnu.org" On Sat, Aug 09, 2014 at 05:49:27PM -0700, Shiyuan wrote: > Hi,=C2 > =C2 =C2 I learned a bit a about html/css and took another look the i= ssue. It > turns out that org-mode uses the border attribute which is not respe= cted > by my browser(Google Chrome version 36.0.1985.125 on Mac 10.9.4) .=C2 > Org mode generated this line in the html for table but the border is= not > displayed,=C2 > frame=3D"hsides"> The "border" attribute has nothing to do with it. It's the "frame" attrib= ute which sets the default top and bottom borders. > If we use css style to specify the border, =C2 the table border woul= d show > up:=C2 >
frame=3D"hsides"> No. The CSS should be in the header, not an attribute of the tag. Have yo= u tried setting the 'HTML_HEAD_EXTRA' option? somehting like: #+HTML_HEAD_EXTRA: rick