From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: Using KOMA and Memoir? Date: Wed, 7 May 2014 08:38:42 +0100 Message-ID: <87ppjqhwcd.fsf@ucl.ac.uk> References: <874n145b7y.fsf@ucl.ac.uk> <87siongy2s.fsf@ucl.ac.uk> 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]:50066) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WhxQk-0001CC-Sm for emacs-orgmode@gnu.org; Wed, 07 May 2014 04:42:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WhxQd-0002MP-C8 for emacs-orgmode@gnu.org; Wed, 07 May 2014 04:42:22 -0400 Received: from mail-am1lp0013.outbound.protection.outlook.com ([213.199.154.13]:25697 helo=emea01-am1-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WhxQd-0002Lx-3p for emacs-orgmode@gnu.org; Wed, 07 May 2014 04:42:15 -0400 In-Reply-To: ("Martin \=\?utf-8\?B\?U2Now7bDtm4iJ3M\=\?\= message of "Tue, 6 May 2014 21:41:27 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Martin =?utf-8?B?U2Now7bDtm4=?= Cc: "emacs-orgmode@gnu.org" On Tuesday, 6 May 2014 at 21:41, Martin Sch=C3=B6=C3=B6n wrote: > No luck thus far. I added your code to my .emacs but left the #+begin_src > and #+end_src lines out since I figured they have no purpose in .emacs. correct. they are org src block delimiters. > I the altered #+latex_class: article to #+latex_class: komaarticle in my > org-file. > Whe trying to export it I am told komaarticle is not a known Latex class.= I > then wrapped that line in #+begin_src org #+end_src which, of course, did= n't > work. What is the value of org-latex-classes? check this with C-h v when in the org buffer. If komaarticle is not one of the entries, your emacs initialisation was incorrectly implemented. Note that you probably want to have that customisation after loading org and ox-latex in particular. --=20 : Eric S Fraga (0xFFFCF67D), Emacs 24.3.1, Org release_8.2.6-937-g60502a