From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Kincaid Subject: LaTeX error when using radio tables Date: Wed, 3 Apr 2013 15:16:51 -0500 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7b339bc33898a404d97a8b9d Return-path: Received: from eggs.gnu.org ([208.118.235.92]:33599) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UNU7p-0005fs-Ra for emacs-orgmode@gnu.org; Wed, 03 Apr 2013 16:17:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UNU7g-0000pf-S0 for emacs-orgmode@gnu.org; Wed, 03 Apr 2013 16:17:41 -0400 Received: from mail-ob0-x235.google.com ([2607:f8b0:4003:c01::235]:56940) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UNU7g-0000pR-Md for emacs-orgmode@gnu.org; Wed, 03 Apr 2013 16:17:32 -0400 Received: by mail-ob0-f181.google.com with SMTP id ni5so1839251obc.12 for ; Wed, 03 Apr 2013 13:17: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 --047d7b339bc33898a404d97a8b9d Content-Type: text/plain; charset=ISO-8859-1 I'm following the instructions in the user guide in section A.5.2 for using org-mode table editing in LaTeX. The editing works great and it inserts the table in the right place. However, I get an error when trying to compile the file. Here is the error: ERROR: Illegal parameter number in definition of \test. --- TeX said --- + l.220 \end{comment} and my LaTeX code looks like this: % BEGIN RECEIVE ORGTBL pi-current-data \begin{tabular}{ll} Entity & Volume \\ \hline Practice & \\ Pet Owner & \\ Animal & \\ Transaction & \\ \end{tabular} % END RECEIVE ORGTBL pi-current-data \begin{comment} #+ORGTBL: SEND pi-current-data orgtbl-to-latex :splice nil :skip 0 | Entity | Volume | |-------------+--------| | Practice | | | Pet Owner | | | Animal | | | Transaction | | \end{comment} does anyone have an idea what is going on? --047d7b339bc33898a404d97a8b9d Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
I'm following the instructions in the user guide in se= ction A.5.2 for using org-mode table editing in LaTeX. The editing works gr= eat and it inserts the table in the right place. However, I get an error wh= en trying to compile the file.

Here is the error:

ERROR: Illegal parameter numbe= r in definition of \test.

--- TeX said ---
<to be read again&g= t;=A0
=A0 =A0 =A0 = =A0 =A0 =A0 =A0 =A0 =A0 =A0+
l.220 \end{comment}
=
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0
and my LaTeX c= ode looks like this:

% BEGIN RECEIVE ORGTBL pi-current-data
\begin{tabular}{ll}
=
Entity & Volume \\
\hline
Practice & =A0\\
Pet Owner & =A0\\
Animal & =A0\\
Transaction & =A0\\<= /div>
\end{tabular}
% END RECEIVE ORGTBL pi-current-data=
\begin{comment}
#+ORGTBL: SEND pi-current-data o= rgtbl-to-latex :splice nil :skip 0
=A0 =A0| Entity =A0 =A0 =A0| Volume |
=A0 =A0|-------------+--------|
=A0 =A0| Practice =A0 =A0| =A0 = =A0 =A0 =A0|
=A0 =A0= | Pet Owner =A0 | =A0 =A0 =A0 =A0|
=A0 =A0| Animal =A0 =A0 =A0| =A0 =A0 =A0 =A0|
=A0 =A0| Transaction | =A0 =A0 = =A0 =A0|
\end{commen= t}

does anyone have an idea what is g= oing on?
--047d7b339bc33898a404d97a8b9d--