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

* Re: orgtbl-to-latex creates enumerate environment
  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
  0 siblings, 1 reply; 3+ messages in thread
From: Nicolas Goaziou @ 2014-08-25  8:15 UTC (permalink / raw)
  To: Robert McDonald; +Cc: emacs-orgmode

Hello,

Robert McDonald <rmcd1024@gmail.com> 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

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

* Re: orgtbl-to-latex creates enumerate environment
  2014-08-25  8:15 ` Nicolas Goaziou
@ 2014-08-25 12:40   ` Robert McDonald
  0 siblings, 0 replies; 3+ messages in thread
From: Robert McDonald @ 2014-08-25 12:40 UTC (permalink / raw)
  To: emacs-orgmode

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

Thank you.


On Mon, Aug 25, 2014 at 3:15 AM, Nicolas Goaziou <mail@nicolasgoaziou.fr>
wrote:

> Hello,
>
> Robert McDonald <rmcd1024@gmail.com> 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
>

[-- Attachment #2: Type: text/html, Size: 1186 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).