Re: [O] titles on tables

2017-01-27 Thread Eric S Fraga
On Friday, 27 Jan 2017 at 04:46, Jude DaShiell wrote:
> Is it possible to do something like:
> | Data Dictionary |
> | variable | type| description|
> |-
>
> As a table header or maybe even somehow have data dictionary centered?
> I made a table earlier without the title line and tried doing a retrofit 
> that didn't work.  If this isn't possible and the table won't be exported 
> to html or other formats does another way exist to do this?

Not possible but maybe just use #+caption: ?
#+begin_src org
  ,#+caption: Data Dictionary 
  | variable | type| description |
  |-
#+end_src

-- 
: Eric S Fraga (0xFFFCF67D), Emacs 26.0.50.1, Org release_9.0.3-241-gc3d67b


signature.asc
Description: PGP signature


[O] titles on tables

2017-01-26 Thread Jude DaShiell

Is it possible to do something like:
| Data Dictionary |
| variable | type| description|
|-

As a table header or maybe even somehow have data dictionary centered?
I made a table earlier without the title line and tried doing a retrofit 
that didn't work.  If this isn't possible and the table won't be exported 
to html or other formats does another way exist to do this?




--