From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:34285) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jKVbU-0008D1-A5 for emacs-orgmode@gnu.org; Fri, 03 Apr 2020 19:20:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jKVbS-0004Bm-5E for emacs-orgmode@gnu.org; Fri, 03 Apr 2020 19:19:59 -0400 Received: from mail-vs1-xe31.google.com ([2607:f8b0:4864:20::e31]:38009) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jKVbR-0004BL-WD for emacs-orgmode@gnu.org; Fri, 03 Apr 2020 19:19:58 -0400 Received: by mail-vs1-xe31.google.com with SMTP id x206so6087859vsx.5 for ; Fri, 03 Apr 2020 16:19:57 -0700 (PDT) MIME-Version: 1.0 References: <15660f62-e509-8cb0-2df2-120be4c93731@verizon.net> In-Reply-To: <15660f62-e509-8cb0-2df2-120be4c93731@verizon.net> From: John Hendy Date: Fri, 3 Apr 2020 18:19:42 -0500 Message-ID: Subject: Re: Problem with LaTeX class scrlttr2 Content-Type: text/plain; charset="UTF-8" List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+kyle=kyleam.com@gnu.org Sender: "Emacs-orgmode" To: Charles Millar Cc: "emacs-orgmode@gnu.org" Please attach an actual .org file so we can test/reproduce. Generally "unknown latex class" means you don't have the package installed. How about posting the output of this: $ tlmgr list --only-installed | grep scrlttr2 John On Fri, Apr 3, 2020 at 4:06 PM Charles Millar wrote: > > I apologize for reposting - I forgot to complete my > > > -------- Forwarded Message -------- > Subject: Problem > Date: Fri, 3 Apr 2020 16:49:15 -0400 > From: Charles Millar > To: emacs-orgmode@gnu.org > > I am attempting to use ox-koma-letter, etc. > > My set up > > GNU Emacs 28.0.50 (build 84, x86_64-pc-linux-gnu, GTK+ Version 3.24.14, > cairo version 1.16.0) of 2020-04-03 > Org mode version 9.3.6 (release_9.3.6-449-gb99357 @ > /usr/local/share/org-mode/lisp/) > > org-latex-classes includes > > "default-koma-letter" "\\documentclass[11pt]{scrlttr2}" > > There are no other entries that include scrlttr2 in org-latex-classes > > I have a barebones header > > #+LATEX_CLASS: scrlttr2 (I also have tried 'default-koma-letter') > > and then entered the Romeo to Juliet letter > > and i receive the following error > > Unknown LaTex class scrlttr2 > > I searched the list and one suggested problem does not seem to be > applicable - I do not have a mixed org installation. > > Any suggestions. > > Charlie Millar >