From mboxrd@z Thu Jan 1 00:00:00 1970 From: Francesco Pizzolante Subject: Exporting customized align attribute to LaTeX Date: Wed, 12 May 2010 17:39:51 +0200 Message-ID: <87pr11uo1k.fsf@mundaneum.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: mailing-list-org-mode 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-mXXj517/zsQ@public.gmane.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode