From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Lindner Subject: Re: Adding [fragile] to a LaTeX Beamer slide Date: Thu, 7 Jul 2016 10:32:12 +0200 Message-ID: References: <871t36h4qd.fsf@saiph.selenimh> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54755) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bL4jZ-0000px-JX for emacs-orgmode@gnu.org; Thu, 07 Jul 2016 04:32:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bL4jU-0000RC-HD for emacs-orgmode@gnu.org; Thu, 07 Jul 2016 04:32:33 -0400 Received: from plane.gmane.org ([80.91.229.3]:35619) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bL4jU-0000R7-Ad for emacs-orgmode@gnu.org; Thu, 07 Jul 2016 04:32:28 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1bL4jS-0006GE-Dm for emacs-orgmode@gnu.org; Thu, 07 Jul 2016 10:32:26 +0200 Received: from lapsgs09.informatik.uni-stuttgart.de ([129.69.213.139]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 07 Jul 2016 10:32:26 +0200 Received: from mailinglists by lapsgs09.informatik.uni-stuttgart.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 07 Jul 2016 10:32:26 +0200 In-Reply-To: <871t36h4qd.fsf@saiph.selenimh> 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" To: emacs-orgmode@gnu.org Am 06.07.2016 um 22:49 schrieb Nicolas Goaziou: > Hello, > > Florian Lindner writes: > >> How can I add a fragile option to the frame > > You can set :BEAMER_OPT property accordingly. Great, works: :PROPERTIES: :BEAMER_OPT: fragile :END: Just one more question, btw. When I used this property syntax: #+PROPERTY: BEAMER_OPT fragile The only difference is that this property would be inherited to children? >> or make the BEGIN_src block use the lstlisting environment? > > See `org-latex-listings'. Works fine by setting: (setq org-latex-listings t org-latex-packages-alist '(("" "listings") ("" "color")))) Thanks for your help! Florian