emacs-orgmode
[Top][All Lists]
Advanced

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

Re: Problem


From: Eric S Fraga
Subject: Re: Problem
Date: Sat, 04 Apr 2020 12:30:10 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

On Friday,  3 Apr 2020 at 16:49, Charles Millar wrote:
> 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')

It should be default-koma-letter here.

To figure out what is wrong, you may wish to export to LaTeX first and
then have a look at what has been generated.

In any case, to use the letter style, I have the following in my org
customization:

  (require 'ox-koma-letter)

and then use the "k" option for the exporter (C-c C-e k) to export as a
letter.

-- 
: Eric S Fraga via Emacs 28.0.50, Org release_9.3.6-438-g5b9698



reply via email to

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