Hi,

Exporting a customized align attribute for a table produces a wrong result.

Here's an example where I'm customizing the S column type (coming from the
siunitx package): I want to add the EUR symbol after each value in the
specified column.

--8<---------------cut here---------------start------------->8---
* TEST

  #+ATTR_LATEX: align=lS<{{\,\si{\EUR}}}
  | A   |  12584.35 |
  | BB  | 123456.67 |
  | CCC | 987654.32 |
--8<---------------cut here---------------end--------------->8---

When exporting to LaTeX, I get the following result:

--8<---------------cut here---------------start------------->8---
\section{TEST}
\label{sec-1}

\begin{center}
\begin{tabular}{lS<{{\}
 A    &   12584.35  \\
 BB   &  123456.67  \\
 CCC  &  987654.32  \\
\end{tabular}
\end{center}
--8<---------------cut here---------------end--------------->8---

I should get the following for the begin{tabular} line:

--8<---------------cut here---------------start------------->8---
\begin{tabular}{lS<{{\,\si{\EUR}}}}}
--8<---------------cut here---------------end--------------->8---

Is there a way to achieve this?

Thanks,
Francesco


_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to