emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] titles on tables


From: Eric S Fraga
Subject: Re: [O] titles on tables
Date: Fri, 27 Jan 2017 08:05:11 +0000

On Friday, 27 Jan 2017 at 04:46, Jude DaShiell wrote:
> Is it possible to do something like:
> | Data Dictionary                                                     |
> | variable | type    | description                                    |
> |-<tab>
>
> 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 |
  |-<tab>
#+end_src

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

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]