From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Tables and environment with parameters Date: Thu, 24 Jun 2010 08:15:31 +0200 Message-ID: References: <87eifxjv28.fsf@mundaneum.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=57388 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ORguf-00044g-3d for emacs-orgmode@gnu.org; Thu, 24 Jun 2010 03:33:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1ORgua-0001FW-GB for emacs-orgmode@gnu.org; Thu, 24 Jun 2010 03:31:49 -0400 Received: from mail-ww0-f41.google.com ([74.125.82.41]:38820) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ORgua-0001FM-7K for emacs-orgmode@gnu.org; Thu, 24 Jun 2010 03:31:48 -0400 Received: by wwb31 with SMTP id 31so1378636wwb.0 for ; Thu, 24 Jun 2010 00:31:47 -0700 (PDT) In-Reply-To: <87eifxjv28.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: =?ISO-8859-1?Q?S=E9bastien_Vauban?= Cc: emacs-orgmode@gnu.org Hi Sebastien, maybe you could use git bisect to identify the offending commit? Thanks! - Carsten On Jun 23, 2010, at 11:30 PM, S=E9bastien Vauban wrote: > Hi, > > I'm filling my taxes now. Of course, using Org for keeping a trace =20 > of all > computations and reasons of imputing this or that... > > Though, since one of the last updates -- I guess --, I now have a =20 > problem > exporting such a table: > > --8<---------------cut here---------------start------------->8--- > * Autres frais professionnels > > #+BEGIN_changemargin {-4.2cm}{0cm} > #+TBLNAME: AutresFPNVE > #+ATTR_LaTeX: align=3Dlrrrrr > | | | Montant total =20 > (\EUR) | Taux amort (\%) | Part pro. (\%) | D=E9duc (\%) | NVE (\EUR) = | > |---+------------------------------------------=20 > +----------------------+-----------------+----------------=20 > +------------+------------| > | | Documentation et formation | =20 > 51.05 | | | | 0.00 | > | | Communications GSM | =20 > 831.16 | 100 | 25 | 100 | 207.79 | > | | Internet (Dommel) | =20 > 167.88 | 100 | 33 | 100 | 55.40 | > | | Fournitures =E0 amortir (ordinateur + GSM) | =20 > 762.51 | 33 | 80 | 100 | 201.30 | > | | Restaurant | =20 > 304.70 | 100 | 100 | 69 | 210.24 | > |---+------------------------------------------=20 > +----------------------+-----------------+----------------=20 > +------------+------------| > | | Total =20 > | | | =20 > | | 1062.02 | > | ^ | =20 > | | | =20 > | | Total | > #+TBLFM: $7=3D$3*$4*$5*$6/1000000;%.=20 > 2f=20 > ::@2=20 > $=20 > 3=20 > =3D=20 > 51.05=20 > ::@3=20 > $=20 > 3=20 > =3D=20 > 9.00=20 > +=20 > 184.88=20 > +=20 > 51.22=20 > +=20 > 201.82=20 > +=20 > 45.67=20 > +=20 > 69.03=20 > +=20 > 62.93=20 > +54.16+38.87+39.77+36.35+37.46::@4$3=3D12*13.99::@6$3=3D146.50+158.20;%.= =20 > 2f::@7$7=3Dvsum(@-I..@-II);%.2f > #+END_changemargin > > Some text. > --8<---------------cut here---------------end--------------->8--- > > 1. I see the meta-tags in the PDF output! Very new... > > 2. The `changemargin' environment is not correctly handled. See > http://article.gmane.org/gmane.emacs.orgmode/25849 for more info. > > FYI, here is the code for `changemargin' in my default class: > > --8<---------------cut here---------------start------------->8--- > % changing margins "on the fly" (in mid document) > \newenvironment{changemargin}[2]% > {\begin{list}{}{% > \setlength{\topsep}{0pt}% > \setlength{\leftmargin}{#1}% > \setlength{\rightmargin}{#2}% > \setlength{\listparindent}{\parindent}% > \setlength{\itemindent}{\parindent}% > \setlength{\parsep}{\parskip}% > }\item[]}% > {\end{list}} > --8<---------------cut here---------------end--------------->8--- > > Any confirmation of these problems as new? > > Best regards, > Seb > > PS- Something not new, a bit annoying (even if detail): > the `#+BEGIN_environment' "meta-tags" must begin at column 0. > > --=20 > S=E9bastien Vauban > > > _______________________________________________ > 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