From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Beamer and org-language source blocks? Date: Fri, 01 Nov 2013 08:35:46 +0100 Message-ID: <87txfwzi99.fsf@gmail.com> References: <0acb8682-f719-4227-be17-7fe5d4a95216@dewdrop-world.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50064) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vc9Ga-0004tX-QM for emacs-orgmode@gnu.org; Fri, 01 Nov 2013 03:35:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vc9GS-00071K-7N for emacs-orgmode@gnu.org; Fri, 01 Nov 2013 03:35:36 -0400 Received: from mail-wi0-x22c.google.com ([2a00:1450:400c:c05::22c]:35879) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vc9GR-00070K-TT for emacs-orgmode@gnu.org; Fri, 01 Nov 2013 03:35:28 -0400 Received: by mail-wi0-f172.google.com with SMTP id ez12so706123wid.17 for ; Fri, 01 Nov 2013 00:35:27 -0700 (PDT) In-Reply-To: <0acb8682-f719-4227-be17-7fe5d4a95216@dewdrop-world.net> (James Harkins's message of "Fri, 01 Nov 2013 12:08:22 +0900") 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: James Harkins Cc: orgmode Hello, James Harkins writes: > ** What I mean and what I see > #+begin_src org :exports code > ** Overview > *** This talk will cover: > - bla bla > #+end_src > > --> And in the output, you can see that it takes "** Overview" as a new > frame and treats the #+begin/end_src markers as regular text. Huh? Blocks cannot contain headlines. You need to protect offending lines with a comma. See section 11.3 from the manual. Regards, -- Nicolas Goaziou