On 4/4/20 2:22 AM, Julius Dittmar wrote:
How do you produce (or try to produce) LaTeX/pdf?
The Unknown LaTeX class message is something emacs throws when using
export to latex (C-c C-e l l). This has nothing to do with your LaTeX
installation; it does not reach the point of invoking LaTeX. It tells
you there's no setup for scrlttr2 class in org-latex-classes. There is
no setup for default-koma-letter either in my version of
org-latex-classes. Perhaps you need to load ox-koma-letter in org first?
Thanks for replying, Julius.
When I was setting up I added to my init file (require 'ox-koma-letter)
and (add-to-list 'org-latex-packages-alist '("AUTO" "babel" t
("pdflatex"))) as instructed in the Worg tutorial.