From mboxrd@z Thu Jan 1 00:00:00 1970 From: jiewuza Subject: Re: How to upgrade to make beamer export work Date: Tue, 25 Sep 2018 10:51:45 +0800 Message-ID: References: <87d0t32qql.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:41271) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g4dSF-0003qD-EV for emacs-orgmode@gnu.org; Mon, 24 Sep 2018 22:52:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g4dSB-00063W-FA for emacs-orgmode@gnu.org; Mon, 24 Sep 2018 22:52:03 -0400 Received: from [195.159.176.226] (port=40593 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1g4dSB-00062Y-5v for emacs-orgmode@gnu.org; Mon, 24 Sep 2018 22:51:59 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1g4dQ0-0002uV-3Z for emacs-orgmode@gnu.org; Tue, 25 Sep 2018 04:49:44 +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 Yes, that is exactly what I did. Eric S Fraga writes: > On Monday, 24 Sep 2018 at 15:49, jiewuza wrote: >> I used orgmode to prepare my lecture materials. >> Now I upgrade org to the latest version, and read the [[new >> exporter][https://orgmode.org/worg/exporters/ox-overview.html]]. >> >> It seems the configure is much easier. >> But I cannot get my lectures right after all my efforts. >> >> So I start all over. I removed all my beamer configure. >> With the [[beamer >> example][https://orgmode.org/manual/A-Beamer-example.html]], I get a pdf >> (see attachment) like a latex article, no beamer frame. > > How did you export? You should choose the beamer options, as in > > C-c C-e l P > > to create PDF using beamer. Note upper case P. If you want to open the file as > well, use O instead of P (again upper case). Lower case equivalents are for > normal LaTeX article class (by default).