emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* titles on tables
@ 2017-01-27  4:46 Jude DaShiell
  0 siblings, 0 replies; 2+ messages in thread
From: Jude DaShiell @ 2017-01-27  4:46 UTC (permalink / raw)
  To: emacs-orgmode

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?



-- 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: titles on tables
       [not found] <f8b2fa034d244dfa90fbed0e88923ed8@HE1PR01MB1898.eurprd01.prod.exchangelabs.com>
@ 2017-01-27  8:05 ` Eric S Fraga
  0 siblings, 0 replies; 2+ messages in thread
From: Eric S Fraga @ 2017-01-27  8:05 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 794 bytes --]

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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 194 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-01-27 12:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <f8b2fa034d244dfa90fbed0e88923ed8@HE1PR01MB1898.eurprd01.prod.exchangelabs.com>
2017-01-27  8:05 ` titles on tables Eric S Fraga
2017-01-27  4:46 Jude DaShiell

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).