From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: cannot export to beamer. Date: Mon, 17 Dec 2018 09:20:27 -0500 Message-ID: <87y38ow7ys.fsf@alphaville.usersys.redhat.com> References: <87zht6adx2.fsf@mat.ucm.es> <87a7l665pj.fsf@geus3064linuxwsm.geus.dk> <8736qy8yl4.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42175) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gYtlF-0007GG-7v for emacs-orgmode@gnu.org; Mon, 17 Dec 2018 09:20:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gYtlA-0003Wu-BE for emacs-orgmode@gnu.org; Mon, 17 Dec 2018 09:20:45 -0500 Received: from [195.159.176.226] (port=38498 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gYtlA-0003WU-2o for emacs-orgmode@gnu.org; Mon, 17 Dec 2018 09:20:40 -0500 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1gYtiw-0005nF-Cm for emacs-orgmode@gnu.org; Mon, 17 Dec 2018 15:18:22 +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: >>>> "Ken" == Ken Mankoff writes: > > > 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? > > I don't understand. When I create (using emacs and auctex) a beamer > document I can compile it without problem. > > What does not work is exporting the example org file to a working latex > (beamer) file. > > It seems that I have to set up, manually (sigh!) > > Org-latex-classes. That is quite annoying I thought the beamer class > would be included. > I think Ken was pointing out that export to beamer is a different operation than exporting to latex: you use C-c l l (e.g.) for the latter, but C-c l b for the former. Maybe that's where you get hung up? -- Nick "There are only two hard problems in computer science: cache invalidation, naming things, and off-by-one errors." -Martin Fowler