[O] org-table not wrapped in table

2012-08-01 Thread Bjarte Johansen
> On 31 Jul, 2012, at 22:55 , t...@tsdye.com (Thomas S. Dye) wrote: > >> Aloha Bjarte, >> >> Did you add a #+CAPTION: and #+LABEL: to your table? I know what I did wrong. I put caption and label underneath the table instead of above. Thanks for the help. Sorry to have bothered you. -- Bjarte

Re: [O] org-table not wrapped in table

2012-07-31 Thread Thomas S. Dye
Aloha Bjarte, Did you add a #+CAPTION: and #+LABEL: to your table? See http://orgmode.org/manual/Tables-in-LaTeX-export.html#Tables-in-LaTeX-export If that doesn't work for you, please provide an ECM (Minimal Complete Example). All the best, Tom Bjarte Johansen writes: > Is there a reason

[O] org-table not wrapped in table

2012-07-31 Thread Bjarte Johansen
Is there a reason the org-table does not get wrapped in a \begin{table}[ht] in latex and only tabular? For scientific papers it is usually nice to be able to add label and caption to the table in the same way images/figures have. Right now I just wrapped it in #+BEGIN_table myself and added \c