From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [export] Beamer frames containing lstlisting are no longer made fragile Date: Fri, 13 Sep 2013 17:32:10 +0200 Message-ID: <87r4csohz9.fsf@gmail.com> References: <52330AAE.9070000@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44365) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VKVLp-0000ZC-Mx for emacs-orgmode@gnu.org; Fri, 13 Sep 2013 11:32:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VKVLh-0003lW-A0 for emacs-orgmode@gnu.org; Fri, 13 Sep 2013 11:32:05 -0400 Received: from mail-ea0-x22e.google.com ([2a00:1450:4013:c01::22e]:47530) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VKVLh-0003kX-2C for emacs-orgmode@gnu.org; Fri, 13 Sep 2013 11:31:57 -0400 Received: by mail-ea0-f174.google.com with SMTP id z15so654092ead.19 for ; Fri, 13 Sep 2013 08:31:56 -0700 (PDT) In-Reply-To: <52330AAE.9070000@gmail.com> (Christoph LANGE's message of "Fri, 13 Sep 2013 14:53:02 +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: Christoph LANGE Cc: Orgmode Mailing List Hello, Christoph LANGE writes: > Frames that contain an lstlisting environment are no longer made fragile > automatically. (Thus I'm not sure the documentation in manual section > 12.5 "Beamer export" is still correct, which says "`fragile' option is > added automatically if it contains source code that uses any verbatim > environment".) If you're inserting the environment manually, Beamer export back-end will not be able to detect that a "fragile" option is required. In that case, you can also insert that option manually, by setting BEAMER_OPT property to fragile in the headline representing your frame: * My frame :PROPERTIES: :BEAMER_OPT: fragile :END: Regards, -- Nicolas Goaziou