The latest version (7.01g) seems to have a bug when exporting to PDF (and LaTeX) with tables with labels. The export does not label the table in the LaTeX file although it is labeled in the .org file. The following code in an org-mode file

#+CAPTION: A Simple Table
#+LABEL:  tbl:ATbl
|----------+----------|
| column 1 | column 2 |
|----------+----------|
| thing    | one      |
| thing    | two      |
|----------+----------|

leads to this in the LaTeX file

\begin{table}[htb]
\caption{A Simple Table}
\begin{center}
\begin{tabular}{ll}
\hline
 column 1  &  column 2  \\
\hline
 thing     &  one       \\
 thing     &  two       \\
\hline
\end{tabular}
\end{center}
\end{table}

Note the missing \label{} command in the LaTeX version. I rolled back to version 6.34c and everything works.

Cheers,
Neil


======================================================
Neil Hepburn, Economics Lecturer
Department of Social Sciences, Augustana Faculty
the University of Alberta
Camrose, Alberta

Phone: 780.679.1588
email: nhepb...@ualberta.ca

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to