From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:49740) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jKTFm-0001Li-Tm for emacs-orgmode@gnu.org; Fri, 03 Apr 2020 16:49:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jKTFk-0005q7-Mr for emacs-orgmode@gnu.org; Fri, 03 Apr 2020 16:49:25 -0400 Received: from sonic306-21.consmr.mail.ne1.yahoo.com ([66.163.189.83]:33665) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jKTFk-0005ba-FJ for emacs-orgmode@gnu.org; Fri, 03 Apr 2020 16:49:24 -0400 From: Charles Millar Subject: Problem Message-ID: Date: Fri, 3 Apr 2020 16:49:15 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit References: 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: "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