From mboxrd@z Thu Jan 1 00:00:00 1970 From: gmx Subject: Org-mode and koma-script Date: Mon, 27 Aug 2018 21:51:26 +0200 Message-ID: <09f20570-5a7d-09fb-b669-b8a874a76079@gmx.fr> References: <8a728d2e-e304-da28-dbc7-33b69b71f01a@gmx.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46666) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fuNXx-0004Cn-Kr for emacs-orgmode@gnu.org; Mon, 27 Aug 2018 15:51:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fuNXu-0001jE-Dw for emacs-orgmode@gnu.org; Mon, 27 Aug 2018 15:51:33 -0400 Received: from mout.gmx.net ([212.227.15.19]:40481) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fuNXu-0001iS-3e for emacs-orgmode@gnu.org; Mon, 27 Aug 2018 15:51:30 -0400 Received: from [192.168.0.9] ([78.211.104.2]) by mail.gmx.com (mrgmx003 [212.227.17.184]) with ESMTPSA (Nemesis) id 0LhOvA-1fYXF90ZH6-00mZnh for ; Mon, 27 Aug 2018 21:51:27 +0200 In-Reply-To: Content-Language: fr 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 Hello, I'm trying to use the koma class. I found a configuration of the.emacs file, in the manual and in a Stack Exchange post (https://tex.stackexchange.com/questions/364914/using-koma-script-article-with-org-mode). I open a new .org file, and I declare: #+TITLE: MyTitle #+DATE: date #+LANGUAGE: fr #+LaTeX_CLASS: koma-article When I want to export my work in .pdf, I get the following answer: Unknown LaTeX class 'koma-article'. What to do? Thank you for your advice Frédéric (real newbie with org-mode, but I do my best)