[O] orgtbl-to-latex creates enumerate environment

2014-08-23 Thread Robert McDonald
Radio tables creates a latex table including an enumerate environment,
which will not compile. This occurs if a numeric entry within the table
ends in a period. The problem does not occur without the period. It seems
possible that this is working as designed, but it is sure a surprise in
context.

Using org 8.2.4 (8/18/2014), here is a complete  example:





C-c C-c on the SEND line produces this:


\begin{tabular}{r}
\begin{enumerate}
\item
\end{enumerate} \\
\end{tabular}




Re: [O] orgtbl-to-latex creates enumerate environment

2014-08-25 Thread Robert McDonald
Thank you.


On Mon, Aug 25, 2014 at 3:15 AM, Nicolas Goaziou 
wrote:

> Hello,
>
> Robert McDonald  writes:
>
> > Radio tables creates a latex table including an enumerate environment,
> > which will not compile. This occurs if a numeric entry within the table
> > ends in a period. The problem does not occur without the period.
>
> Indeed. This is a known bug in the current implementation of radio
> tables. Another implementation is being discussed at
>
>   http://permalink.gmane.org/gmane.emacs.orgmode/90117
>
>
> Regards,
>
> --
> Nicolas Goaziou
>