emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem


From: Robert Klein
Subject: Re: Problem
Date: Sat, 4 Apr 2020 09:43:29 +0200

Hi,

I use ox-koma-letter, and have nothing concerning koma n
org-latex-classes:

- ensure ox-koma-letter is installed
- to install it, add to your local.mk:
  #+begin_src text
    ORG_ADD_CONTRIB = ox-koma-letter
  #+end_src

- (require 'ox-koma-letter) in your .emacs

- export using C-c C-e k p  (for pdf; l for LaTeX)

- #+LaTeX_CLASS: scrlttr2

(two t's, not three)


Best regards
Robert

On Fri, 3 Apr 2020 16:49:15 -0400
Charles Millar <address@hidden> wrote:

> 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
> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]