Shiyuan <gshy2...@gmail.com> writes: > Hi, > I am following the manual example > http://orgmode.org/worg/org-tutorials/tables.html. 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. > > | | 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 | > |---+----+-----+-----+-----+---------+------------|
Looks alright for me as html in emacs-w3m: +-------------------------------+ |N|N^2|N^3|N^4|sqrt(n)|sqrt^1(N)| |-+---+---+---+-------+---------| |1|1 |1 |1 |1 |1 | |-+---+---+---+-------+---------| |2|4 |8 |16 |1.4142 |1.1892 | |-+---+---+---+-------+---------| |3|9 |27 |81 |1.7321 |1.3161 | +-------------------------------+ Footnotes: ^1 DEFINITION NOT FOUND. Author: Thorsten Jolitz Created: 2014-06-07 Sa 23:38 Emacs 24.3.1 (Org mode 8.2.6) Validate -- cheers, Thorsten