From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ns389230.ip-176-31-101.eu ([91.121.113.132]) by ns368062.ip-94-23-30.eu with LMTP id gAo+BSIoiF6G7wsAbb5zcA (envelope-from ) for ; Sat, 04 Apr 2020 06:24:34 +0000 Received: from aspmx1.migadu.com ([91.121.113.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) by ns389230.ip-176-31-101.eu (Dovecot) with LMTP id /RQzEiEkiF5CYgAAhCaIAw ; Sat, 04 Apr 2020 08:24:34 +0200 Received: (Migadu outbound); Sat, 04 Apr 2020 08:24:34 +0200 Authentication-Results: aspmx1.migadu.com; iprev=pass; spf=pass smtp.mailfrom=gnu.org Received-SPF: Pass (aspmx1.migadu.com: domain of gnu.org designates 209.51.188.17 as permitted sender) receiver=aspmx1.migadu.com; identity=mailfrom; client-ip=209.51.188.17; helo=lists.gnu.org; envelope-from= Received-SPF: None (aspmx1.migadu.com: domain of lists.gnu.org does not designate 209.51.188.17 as permitted sender) receiver=aspmx1.migadu.com; identity=helo; client-ip=209.51.188.17; helo=lists.gnu.org; envelope-from= X-Haraka-FCrDNS: lists.gnu.org Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by aspmx1.migadu.com (Haraka/2.8.20) with ESMTPS id C46EDA07-0F88-481E-BF9A-352ABA04BB50.1 envelope-from (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 verify=FAIL); Sat, 04 Apr 2020 08:24:33 +0200 Received: from localhost ([::1]:35752 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jKcEJ-0007z4-KZ for larch@yhetil.org; Sat, 04 Apr 2020 02:24:31 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:35177) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jKcC8-0007yu-1E for emacs-orgmode@gnu.org; Sat, 04 Apr 2020 02:22:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jKcC7-0007jJ-1Q for emacs-orgmode@gnu.org; Sat, 04 Apr 2020 02:22:15 -0400 Received: from eureca.de ([87.139.53.30]:34506) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1jKcC6-0007iG-RC for emacs-orgmode@gnu.org; Sat, 04 Apr 2020 02:22:14 -0400 Received: from localhost (unknown [127.0.0.1]) by eureca.de (Postfix) with ESMTP id 49F6FA03A7 for ; Sat, 4 Apr 2020 06:22:12 +0000 (UTC) X-Virus-Scanned: amavisd-new at site Received: from eureca.de ([127.0.0.1]) by localhost (DMZ.intern.eureca.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BHX6PjSCsAI2 for ; Sat, 4 Apr 2020 08:22:11 +0200 (CEST) Received: from [192.168.237.41] (xdsl-89-0-235-151.nc.de [89.0.235.151]) (Authenticated sender: s4ksgd5e2nwv@eureca.de) by eureca.de (Postfix) with ESMTPSA id 16B72A0341 for ; Sat, 4 Apr 2020 08:22:11 +0200 (CEST) Subject: Re: Problem with LaTeX class scrlttr2 To: emacs-orgmode@gnu.org References: <15660f62-e509-8cb0-2df2-120be4c93731@verizon.net> From: Julius Dittmar Message-ID: <0c500d98-1958-7f13-b36d-96d5995a9e35@gmx.de> Date: Sat, 4 Apr 2020 08:22:10 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: de-DE X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 87.139.53.30 X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-Haraka-ASN: 22989 209.51.188.0/24 X-Rspamd-Score: -5.701524 X-TUID: Xvfm4Jo8Np8g How do you produce (or try to produce) LaTeX/pdf? The Unknown LaTeX class message is something emacs throws when using export to latex (C-c C-e l l). This has nothing to do with your LaTeX installation; it does not reach the point of invoking LaTeX. It tells you there's no setup for scrlttr2 class in org-latex-classes. There is no setup for default-koma-letter either in my version of org-latex-classes. Perhaps you need to load ox-koma-letter in org first? HTH, Julius