From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: Bug: #+ATTR_LaTeX broken in LaTeX export [6.36trans (release_6.36.461.g798e)] Date: Thu, 1 Jul 2010 09:48:08 +0200 Message-ID: References: <878w5w2w5y.fsf@thinkpad.tsdh.de> <87fx04qp9x.fsf@mundaneum.com> <871vbouu7f.fsf@gmail.com> <87iq50griq.wl%n.goaziou@gmail.com> <8739w4tdo9.fsf@gmail.com> <87hbkkgnzb.wl%n.goaziou@gmail.com> <87vd90rv9k.fsf@gmail.com> <87hbkjyfo8.fsf@thinkpad.tsdh.de> 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=39487 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OUEVK-000214-8i for emacs-orgmode@gnu.org; Thu, 01 Jul 2010 03:48:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OUEVJ-0001h6-0R for emacs-orgmode@gnu.org; Thu, 01 Jul 2010 03:48:14 -0400 Received: from mail-fx0-f41.google.com ([209.85.161.41]:62630) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OUEVI-0001h0-R4 for emacs-orgmode@gnu.org; Thu, 01 Jul 2010 03:48:12 -0400 Received: by fxm17 with SMTP id 17so1123454fxm.0 for ; Thu, 01 Jul 2010 00:48:12 -0700 (PDT) In-Reply-To: <87hbkjyfo8.fsf@thinkpad.tsdh.de> 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: Tassilo Horn Cc: emacs-orgmode@gnu.org Hi everyone, It seems that the patch in this thread has introduce the following problem: Consider this test file. > * Test > > # test > \begin{equation} > \e=mc^2 > \end{equation} > > but a^2 should still be treated nicely > When exported, the # test line is exported as \# test I have not checked if this really was the patch which did that, but I suspect it. Could someone please check? Thanks. - Carsten On Jul 1, 2010, at 6:44 AM, Tassilo Horn wrote: > "Eric Schulte" writes: > > Hi Eric, > >> I've applied your patch. I agree that a catchall cleanup function at >> the end of the export process is not solution. Especially when it >> makes some perfectly valid constructs (e.g. nested blocks) impossible >> to export. > > I can confirm that it works for me, now. > > Thanks, > Tassilo > > > _______________________________________________ > 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