emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Difference if exporting a table to latex


From: Seweryn Kokot
Subject: [Orgmode] Difference if exporting a table to latex
Date: Tue, 16 Nov 2010 15:37:26 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Hello,

First I had a table

<code>
| M_r | /33.22/ |
</code>

in an .org file and exporting the table to latex gave the following

\begin{center}
\begin{tabular}{ll}
 M$_r$  &  \emph{33.22}  \\
\end{tabular}
\end{center}

Then as I needed more control so I moved to a .tex file. This time, using a 
radio table, the converted table is quite different i.e. no $$ around _r, and 
no \emph env.

<code>
% BEGIN RECEIVE ORGTBL test1
\begin{tabular}{ll}
M_r & /33.22/ \\
\end{tabular}
% END RECEIVE ORGTBL test1

\begin{comment}
#+ORGTBL: SEND test1 orgtbl-to-latex
| M_r | /33.22/ |
\end{comment}
</code>

Is it a bug in `orgtbl-to-latex' or how I can get the same behaviour as in 
exporting from an .org file? 




reply via email to

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