From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Lindner Subject: org-beamer: How to leave a block? Date: Thu, 7 Jul 2016 11:29:54 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37593) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bL5dH-000328-Vw for emacs-orgmode@gnu.org; Thu, 07 Jul 2016 05:30:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bL5dE-0003i2-Rc for emacs-orgmode@gnu.org; Thu, 07 Jul 2016 05:30:07 -0400 Received: from plane.gmane.org ([80.91.229.3]:39531) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bL5dE-0003hk-KV for emacs-orgmode@gnu.org; Thu, 07 Jul 2016 05:30:04 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1bL5dA-0002y4-E3 for emacs-orgmode@gnu.org; Thu, 07 Jul 2016 11:30:00 +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 11:30:00 +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 11:30:00 +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" To: emacs-orgmode@gnu.org Hello, I have *** MATLAB vs. PETSc :B_quote: :PROPERTIES: :BEAMER_env: quote :END: some lengthy quote from the manual Now I want to put the "from the manual" below the quote environment, not inside, like that: \begin{frame} \begin{quote} %% MATLAB vs. PETSc some lengthy quote \end{quote} from the manual \end{frame} How can I achieve that which org-mode beamer, i.e. leave a block? Thanks, Florian