From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Harkins Subject: Beamer title is (incorrectly?) outside of a frame Date: Sun, 22 Dec 2013 18:38:02 +0800 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58450) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VugQI-0006WK-It for emacs-orgmode@gnu.org; Sun, 22 Dec 2013 05:38:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VugQC-00056F-Oh for emacs-orgmode@gnu.org; Sun, 22 Dec 2013 05:38:14 -0500 Received: from mail-pd0-x236.google.com ([2607:f8b0:400e:c02::236]:55041) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VugQC-00056B-He for emacs-orgmode@gnu.org; Sun, 22 Dec 2013 05:38:08 -0500 Received: by mail-pd0-f182.google.com with SMTP id v10so4197987pde.13 for ; Sun, 22 Dec 2013 02:38:07 -0800 (PST) Received: from localhost ([120.196.59.89]) by mx.google.com with ESMTPSA id bh6sm34785337pad.20.2013.12.22.02.38.06 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 22 Dec 2013 02:38:07 -0800 (PST) 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: orgmode Hi, Is there a reason why Beamer export does not place "\maketitle" in a frame? The beamer user guide (I.3.4) specifies the following: \begin{frame} \titlepage \end{frame} But org-mode simply writes "\maketitle" outside of a frame. This is important when you are using the same source to produce both a=20 beamer presentation and a beamerarticle print version. For the=20 presentation, you should use the ignorenonframetext class option, which=20 omits everything that is not between \begin{frame} and \end{frame}. Since=20 org doesn't write a frame for the title, then the title disappears. Bug? I suspect so, as Beamer export is not following the format described=20 in the beamer manual. See also=20 http://tex.stackexchange.com/questions/80277/beamer-with-ignorenonframetext-i= gnores-maketitle-command-too-why hjh