From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [latex] Problems with old exporter (for Beamer) and with new exporter Date: Sat, 09 Jun 2012 22:18:05 +0200 Message-ID: <87lijwdyte.fsf@gmail.com> References: <80ipf2hmdy.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:44410) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SdS9q-0004Y8-BI for emacs-orgmode@gnu.org; Sat, 09 Jun 2012 16:21:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SdS9o-0002JI-FO for emacs-orgmode@gnu.org; Sat, 09 Jun 2012 16:21:13 -0400 Received: from plane.gmane.org ([80.91.229.3]:52924) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SdS9o-0002JE-5r for emacs-orgmode@gnu.org; Sat, 09 Jun 2012 16:21:12 -0400 Received: from public by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SdS9f-0001jC-EN for emacs-orgmode@gnu.org; Sat, 09 Jun 2012 22:21:03 +0200 In-Reply-To: <80ipf2hmdy.fsf@somewhere.org> (Sebastien Vauban's message of "Thu, 07 Jun 2012 22:56:09 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Sebastien Vauban Cc: public-emacs-orgmode-mXXj517/zsQ@plane.gmane.org Hello, "Sebastien Vauban" writes: > With the new exporter, most things work. What does not work: > - macro does not get executed (no string in orange color), Macro are meant to produce contents, not to talk to back-ends. Every text they produce will be protected. > - the =\end{verbatim}= disappears from the LaTeX output This is a limitation from LaTeX: you cannot have "\end{verbatim}" string within a verbatim environment. Regards, -- Nicolas Goaziou