From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert McDonald Subject: orgtbl-to-latex creates enumerate environment Date: Sat, 23 Aug 2014 18:25:00 -0500 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=bcaec5186f200e8cfa0501544509 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42476) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XLKgg-000181-GB for emacs-orgmode@gnu.org; Sat, 23 Aug 2014 19:25:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XLKgf-0001u5-Jn for emacs-orgmode@gnu.org; Sat, 23 Aug 2014 19:25:34 -0400 Received: from mail-ie0-x233.google.com ([2607:f8b0:4001:c03::233]:54950) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XLKgf-0001tu-Da for emacs-orgmode@gnu.org; Sat, 23 Aug 2014 19:25:33 -0400 Received: by mail-ie0-f179.google.com with SMTP id rl12so8270967iec.10 for ; Sat, 23 Aug 2014 16:25:31 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --bcaec5186f200e8cfa0501544509 Content-Type: text/plain; charset=UTF-8 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} --bcaec5186f200e8cfa0501544509 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
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 surpri= se in context.

Using org 8.2.4 (8/18/2014), here is a complete =C2=A0exampl= e:

<!-- BEGIN RECEIVE ORGTBL test -->
<!-- END RECEIVE ORGTBL test -->
<!--=C2=A0
=
#+ORGTBL: SEND test orgtbl-to-latex
| 0. |
-->

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

<!-- BEGIN RECEIV= E ORGTBL test -->
\begin{tabular}{r}
\begin{enumerat= e}
\item=C2=A0
\end{enumerate} \\
\end{tabular}
=
<!-- END RECEIVE ORGTBL test -->
<!--=C2=A0
#+ORGTBL: SEND test orgtbl-to-latex
| 0. |
-->
--bcaec5186f200e8cfa0501544509--