From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Bug: cannot export to beamer, even with (require 'ox-beamer) [9.1.14 (release_9.1.14-1059-gadec50 @ /home/oub/emacs/site-lisp/packages/org/)] Date: Mon, 17 Dec 2018 13:07:41 -0500 Message-ID: <87k1k8vxg2.fsf@alphaville.usersys.redhat.com> References: <8736qwmv9z.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]:55233) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gYxVo-0004xM-Oi for emacs-orgmode@gnu.org; Mon, 17 Dec 2018 13:21:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gYxJ1-0008ES-Ms for emacs-orgmode@gnu.org; Mon, 17 Dec 2018 13:07:54 -0500 Received: from [195.159.176.226] (port=34662 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gYxJ1-0008DW-F3 for emacs-orgmode@gnu.org; Mon, 17 Dec 2018 13:07:51 -0500 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1gYxGs-0001oa-Cq for emacs-orgmode@gnu.org; Mon, 17 Dec 2018 19:05:38 +0100 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 Uwe Brauer writes: > I have > (require 'ox-beamer) > > In my org init file, which should via add-to-list, add beamer but somehow > it does not. > > So when I call > > C-c C-e l b > > In a org file I obtain the message > > user-error: Unknown LaTeX class ‘beamer’ > > Something is wrong here. Add-to-list should add beamer to the org-class > but somehow it does not. > I am not sure who is to blame. Org or customize? > You are probably loading ox-beamer which adds it and then loading the customized version which resets it. Try changing the order. -- Nick "There are only two hard problems in computer science: cache invalidation, naming things, and off-by-one errors." -Martin Fowler