From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Mankoff Subject: Re: cannot export to beamer. Date: Sat, 15 Dec 2018 09:49:12 -0800 Message-ID: <87a7l665pj.fsf@geus3064linuxwsm.geus.dk> References: <87zht6adx2.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49011) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gYE40-0003TQ-JY for emacs-orgmode@gnu.org; Sat, 15 Dec 2018 12:49:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gYE3v-0001f4-0t for emacs-orgmode@gnu.org; Sat, 15 Dec 2018 12:49:20 -0500 Received: from mail-pg1-x534.google.com ([2607:f8b0:4864:20::534]:44350) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gYE3u-0001dX-PT for emacs-orgmode@gnu.org; Sat, 15 Dec 2018 12:49:14 -0500 Received: by mail-pg1-x534.google.com with SMTP id t13so4149515pgr.11 for ; Sat, 15 Dec 2018 09:49:14 -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: Uwe Brauer Cc: emacs-orgmode@gnu.org On 2018-12-15 at 09:38 -0800, Uwe Brauer wrote: > I am very used to the beamer style and it works on my machine quite > well. But it doesn't work quiet well according to this email. What changed? Are you on a new machine? Is LaTeX installed? > 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 > user-error: Unknown LaTeX class ‘beamer’ > > Which leaves me puzzled. I'm using Org -> Beamer. I don't know it well, but on my system I do not have #+LATEX_CLASS: beamer I do have #+STARTUP: beamer However, the example you linked to works fine with for me with either of those settings. -k.