From mboxrd@z Thu Jan 1 00:00:00 1970 From: Josiah Schwab Subject: Re: cannot export to beamer. Date: Sat, 15 Dec 2018 10:14:10 -0800 Message-ID: <87y38qmzd9.fsf@gmail.com> References: <87zht6adx2.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54101) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gYEWe-0001sF-3Y for emacs-orgmode@gnu.org; Sat, 15 Dec 2018 13:18:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gYES7-0008M0-8t for emacs-orgmode@gnu.org; Sat, 15 Dec 2018 13:14:15 -0500 Received: from mail-pf1-x434.google.com ([2607:f8b0:4864:20::434]:35486) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gYES7-0008Lf-2w for emacs-orgmode@gnu.org; Sat, 15 Dec 2018 13:14:15 -0500 Received: by mail-pf1-x434.google.com with SMTP id z9so4382070pfi.2 for ; Sat, 15 Dec 2018 10:14:14 -0800 (PST) Received: from localhost ([2601:646:8180:bd23:c9dd:afe4:8ae2:512a]) by smtp.gmail.com with ESMTPSA id r66sm11056742pfk.157.2018.12.15.10.14.12 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sat, 15 Dec 2018 10:14:12 -0800 (PST) In-reply-to: <87zht6adx2.fsf@mat.ucm.es> 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 Hi Uwe, > Now I took the example > https://orgmode.org/manual/A-Beamer-example.html#A-Beamer-example > > And wanted to export it to beamer but obtained the message=20 > user-error: Unknown LaTeX class =E2=80=98beamer=E2=80=99 This sounds to me like you are using the latex exporter, rather than the beamer one. After (require 'ox-beamer) then C-c C-e l b works well on the example for me. Josiah