From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:33724) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jKYaV-0006cy-3q for emacs-orgmode@gnu.org; Fri, 03 Apr 2020 22:31:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jKYaT-0003PZ-L0 for emacs-orgmode@gnu.org; Fri, 03 Apr 2020 22:31:10 -0400 Received: from mail-vs1-xe32.google.com ([2607:f8b0:4864:20::e32]:42852) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jKYaT-0003NA-F9 for emacs-orgmode@gnu.org; Fri, 03 Apr 2020 22:31:09 -0400 Received: by mail-vs1-xe32.google.com with SMTP id s10so6227904vsi.9 for ; Fri, 03 Apr 2020 19:31:09 -0700 (PDT) MIME-Version: 1.0 References: <15660f62-e509-8cb0-2df2-120be4c93731@verizon.net> In-Reply-To: From: John Hendy Date: Fri, 3 Apr 2020 21:30:55 -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 Thanks! Saves a lot of time to recreate an example. I get the same error, but wouldn't you know I'm on TexLive 2019 which must have just hit end of life... tlmgr says it's frozen and won't let me try and add new packages. I do want to help but am not going to update to 2020 for this :) One thing popped out to me... #+LATEX_CLASS: scrltttr2 Is that a typo (ttt, not tt)? If someone doesn't get to this before me, I'll try again after I update TL 2020 over the weekend. Best regards, John On Fri, Apr 3, 2020 at 8:26 PM Charles Millar wrote: > > On 4/3/20 7:19 PM, John Hendy wrote: > > Please attach an actual .org file so we can test/reproduce. > > > > See attached > > 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 > > > > > No output; however I have TeXlive package, Debian testing, installed. I > found an example that uses scrlttr2 at > > https://tex.stackexchange.com/questions/229032/how-to-add-company-name-to-return-back-address-in-scrlttr2#229037 > > and ran it using TexStudio - no problem, i.e. resulted with a letter. So > I expect that scrlttr2 is installed as part of the TexLive komascript. > > > > 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 > >> > > > > >