Add table pretty printing & alignment
Also dismissed implementing colgroups for now - had it but didn't like the added complexity for a very questionable benefit - i've actually never used that feature of org tables...
This commit is contained in:
parent
c08119bbc8
commit
f28f400d7e
10 changed files with 261 additions and 113 deletions
11
org/testdata/tables.org
vendored
11
org/testdata/tables.org
vendored
|
@ -16,3 +16,14 @@
|
|||
#+CAPTION: table without header
|
||||
| 1 | 2 | 3 |
|
||||
|
||||
#+CAPTION: table with aligned columns
|
||||
| left aligned | right aligned | center aligned |
|
||||
|--------------+---------------+----------------|
|
||||
| <l> | <r> | <c> |
|
||||
| 42 | 42 | 42 |
|
||||
| foobar | foobar | foobar |
|
||||
|
||||
#+CAPTION: table with right aligned columns (because numbers)
|
||||
| long column a | long column b | long column c |
|
||||
|---------------+---------------+---------------|
|
||||
| 1 | 2 | 3 |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue