emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] bug in org-mode-export-as-latex


From: Neil Hepburn
Subject: [Orgmode] bug in org-mode-export-as-latex
Date: Wed, 28 Jul 2010 08:31:37 -0600 (MDT)
User-agent: Alpine 1.10 (OSX 962 2008-03-14)


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: address@hidden



reply via email to

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