From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Exporting customized align attribute to LaTeX Date: Fri, 14 May 2010 14:28:20 +0200 Message-ID: References: <87pr11uo1k.fsf@mundaneum.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=47888 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OCu0B-0007NH-Nh for emacs-orgmode@gnu.org; Fri, 14 May 2010 08:28:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OCu0A-0002yv-0x for emacs-orgmode@gnu.org; Fri, 14 May 2010 08:28:27 -0400 Received: from mail-ew0-f216.google.com ([209.85.219.216]:63429) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OCu09-0002yp-SY for emacs-orgmode@gnu.org; Fri, 14 May 2010 08:28:25 -0400 Received: by ewy8 with SMTP id 8so812688ewy.8 for ; Fri, 14 May 2010 05:28:25 -0700 (PDT) In-Reply-To: <87pr11uo1k.fsf@mundaneum.com> 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@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Francesco Pizzolante Cc: mailing-list-org-mode Hi Francesco, thanks for the report - I have fixed this bug. - Carsten On May 12, 2010, at 5:39 PM, Francesco Pizzolante wrote: > 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 - Carsten