emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* orgtbl-to-latex creates enumerate environment
@ 2014-08-23 23:25 Robert McDonald
  2014-08-25  8:15 ` Nicolas Goaziou
  0 siblings, 1 reply; 3+ messages in thread
From: Robert McDonald @ 2014-08-23 23:25 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 716 bytes --]

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:

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

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

<!-- BEGIN RECEIVE ORGTBL test -->
\begin{tabular}{r}
\begin{enumerate}
\item
\end{enumerate} \\
\end{tabular}
<!-- END RECEIVE ORGTBL test -->
<!--
#+ORGTBL: SEND test orgtbl-to-latex
| 0. |
-->

[-- Attachment #2: Type: text/html, Size: 1069 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-08-25 12:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-23 23:25 orgtbl-to-latex creates enumerate environment Robert McDonald
2014-08-25  8:15 ` Nicolas Goaziou
2014-08-25 12:40   ` Robert McDonald

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).