From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Goldman Subject: Re: Latex export to documentclass beamer Date: Mon, 17 Aug 2009 11:17:09 -0500 Message-ID: <4A898285.9040205@sift.info> References: <4A896CA3.6050003@sift.info> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Md4tg-00046G-1g for emacs-orgmode@gnu.org; Mon, 17 Aug 2009 12:17:24 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Md4tZ-00041U-1W for emacs-orgmode@gnu.org; Mon, 17 Aug 2009 12:17:22 -0400 Received: from [199.232.76.173] (port=38651 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Md4tY-00041N-Ne for emacs-orgmode@gnu.org; Mon, 17 Aug 2009 12:17:16 -0400 Received: from outbound-mail-09.bluehost.com ([69.89.17.209]:37146) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1Md4tY-0003BP-5D for emacs-orgmode@gnu.org; Mon, 17 Aug 2009 12:17:16 -0400 In-Reply-To: <4A896CA3.6050003@sift.info> 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: Org Mode Here's another challenge --- is there a good way to handle this in the exporter? If you use VERBATIM in a beamer frame, then you need to add the optional argument "fragile" to the environment, like this: \begin{frame}[fragile] instead of just \begin{frame} I'd be surprised if there was a good method for this, but thought I'd ask... best, r