[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
- Re: Problem with LaTeX class scrlttr2, (continued)
- Re: Problem with LaTeX class scrlttr2, John Hendy, 2020/04/03
- Re: Problem with LaTeX class scrlttr2, Charles Millar, 2020/04/03
- Re: Problem with LaTeX class scrlttr2, John Hendy, 2020/04/03
- Re: Problem with LaTeX class scrlttr2, Charles Millar, 2020/04/04
- Re: Problem with LaTeX class scrlttr2, Julius Dittmar, 2020/04/04
- Re: Problem with LaTeX class scrlttr2, Charles Millar, 2020/04/04
- Re: Problem, Robert Klein, 2020/04/04
- Re: Problem,
Eric S Fraga <=
- Re: Problem, Charles Millar, 2020/04/04
- Re: Problem, Eric S Fraga, 2020/04/06
- Re: Problem, Charles Millar, 2020/04/06
- Re: Problem, Eric S Fraga, 2020/04/06
- Re: Problem, Nicolas Goaziou, 2020/04/06
- Re: Problem, Charles Millar, 2020/04/06