From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shiyuan Subject: Re: org-table: missing vertical boundary when exported Date: Tue, 10 Jun 2014 22:34:44 -0700 Message-ID: References: <425643e10ffe7568a26049ef408851dd@mail.rickster.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7bd6ad4243a69904fb88cdb6 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53088) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WubBO-0005tW-LI for emacs-orgmode@gnu.org; Wed, 11 Jun 2014 01:34:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WubBN-0004T2-Cv for emacs-orgmode@gnu.org; Wed, 11 Jun 2014 01:34:46 -0400 Received: from mail-ve0-x22b.google.com ([2607:f8b0:400c:c01::22b]:42407) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WubBN-0004Su-6k for emacs-orgmode@gnu.org; Wed, 11 Jun 2014 01:34:45 -0400 Received: by mail-ve0-f171.google.com with SMTP id jz11so5787295veb.16 for ; Tue, 10 Jun 2014 22:34:44 -0700 (PDT) In-Reply-To: <425643e10ffe7568a26049ef408851dd@mail.rickster.com> 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: Rick Frankel Cc: emacs-orgmode@gnu.org --047d7bd6ad4243a69904fb88cdb6 Content-Type: text/plain; charset=UTF-8 Yes, it seems to be related to the browser or css style stuff. In fact, for the attached html in Thorsten's previous email, the two boundaries vertical lines are also missing in my Google Chrome or Firefox. Thanks. This is the example directed from copy-paste. | | N | N^2 | N^3 | N^4 | sqrt(n) | sqrt[4](N) | |---+----+-----+-----+-----+---------+------------| | / | <> | < | | > | < | > | | # | 1 | 1 | 1 | 1 | 1 | 1 | | # | 2 | 4 | 8 | 16 | 1.4142 | 1.1892 | | # | 3 | 9 | 27 | 81 | 1.7321 | 1.3161 | |---+----+-----+-----+-----+---------+------------| This is my minimal config, Emacs start with '-Q -l "~/myorg.el" which is (package-initialize) (org-babel-do-load-languages 'org-babel-load-languages '((python . t) (emacs-lisp . t) (latex . t))) On Tue, Jun 10, 2014 at 6:23 AM, Rick Frankel wrote: > On 2014-06-07 17:15, Shiyuan wrote: > >> I am following the manual >> example http://orgmode.org/worg/org-tutorials/tables.html [1]. But the >> >> two vertical boundary line on the very left and right >> is not showing up when exported to html. Anything I am missing? Thanks. >> > > My guess is that it is related to the css being used to style the table > in your setup. > > Could you post a minimal example with the html output? > > rick > --047d7bd6ad4243a69904fb88cdb6 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Yes, it seems to be related to the browser or css sty= le stuff. =C2=A0In fact, for the attached html in =C2=A0Thorsten's prev= ious email, the two boundaries vertical lines are also missing in my Google= Chrome or Firefox. =C2=A0Thanks.=C2=A0

This is the example directed from copy-paste.=C2=A0

| =C2=A0 | =C2=A0N | N^2 | N^3 | N^4 | sqrt(n) |= sqrt[4](N) |
|---+----+-----+-----+-----+---------+------------|=
| / | <> | =C2=A0 < | =C2=A0 =C2=A0 | =C2=A0 > | =C2=A0 =C2=A0 = =C2=A0 < | =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0> |
| # | =C2= =A01 | =C2=A0 1 | =C2=A0 1 | =C2=A0 1 | =C2=A0 =C2=A0 =C2=A0 1 | =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A01 |
| # | =C2=A02 | =C2=A0 4 | =C2=A0 8 |= =C2=A016 | =C2=A01.4142 | =C2=A0 =C2=A0 1.1892 |
| # | =C2=A03 |= =C2=A0 9 | =C2=A027 | =C2=A081 | =C2=A01.7321 | =C2=A0 =C2=A0 1.3161 |
|---+----+-----+-----+-----+---------+------------|
Th= is is my minimal config, Emacs start with '-Q =C2=A0-l "~/myorg.el= " which is=C2=A0

(package-initialize)
(org-babel-do-load-languages
=C2=A0'org-babel-load-languages<= /div>
=C2=A0'((python . t)
=C2=A0 =C2=A0(emacs-lisp . t)<= /div>
=C2=A0 =C2=A0(latex . t)))

--047d7bd6ad4243a69904fb88cdb6--