From: John Hendy <jw.hendy@gmail.com>
To: Rick Frankel <rick@rickster.com>
Cc: emacs-orgmode <emacs-orgmode@gnu.org>, Shiyuan <gshy2014@gmail.com>
Subject: Re: org-table: missing vertical boundary when exported
Date: Tue, 10 Jun 2014 10:34:59 -0500 [thread overview]
Message-ID: <CA+M2ft-TH+5KpCyM=svhjTwpmcdogacLqqHTiTVcQUkX_QCgGg@mail.gmail.com> (raw)
In-Reply-To: <425643e10ffe7568a26049ef408851dd@mail.rickster.com>
On Tue, Jun 10, 2014 at 8:23 AM, Rick Frankel <rick@rickster.com> 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.
Agreed. I just used `emacs -Q` with this minimal config:
(add-to-list 'load-path "~/.elisp/org.git/contrib/lisp/")
(add-to-list 'load-path "~/.elisp/org.git/lisp/")
Exporting the following simple table yields no vertical lines at all,
just two horizontal lines at the top and bottom of the table:
* test
| | | |
| A | B | C |
| 1 | 2 | 3 |
| a | b | c |
If I use something like the old Worg css sheet, however, I get a box
around the table:
#+html_head: <link rel="stylesheet" type="text/css"
href="http://tinyurl.com/77t76qa" />
So, I believe it's related to the css. There's an entry in the Worg css like so:
table {
border: none;
}
So I'm guessing that can be changed (there's entries for td and th as
well, which seem relevant). Now that I actually look at it, I don't
know why the table has a box around it since all the borders say
"none"... but I'm not a css guy :)
John
>
> Could you post a minimal example with the html output?
>
> rick
>
next prev parent reply other threads:[~2014-06-10 15:35 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-07 21:15 org-table: missing vertical boundary when exported Shiyuan
2014-06-07 21:40 ` Thorsten Jolitz
2014-06-07 22:02 ` Shiyuan
2014-06-07 22:44 ` Thorsten Jolitz
2014-06-10 13:23 ` Rick Frankel
2014-06-10 15:34 ` John Hendy [this message]
2014-06-11 5:34 ` Shiyuan
2014-08-10 0:49 ` Shiyuan
2014-08-11 17:58 ` Rick Frankel
2014-08-13 4:46 ` Shiyuan
2014-08-14 14:16 ` Rick Frankel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CA+M2ft-TH+5KpCyM=svhjTwpmcdogacLqqHTiTVcQUkX_QCgGg@mail.gmail.com' \
--to=jw.hendy@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=gshy2014@gmail.com \
--cc=rick@rickster.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).