Hi Ian,

li...@wilkesley.net writes:

> This is a Latex problem, but I am hoping someone here can trow some 
> light on it.

No, it's not a LaTeX problem.

> \documentclass{scrlttr2} \usepackage[english]{babel}  [NO-DEFAULT-PACKAGES]

This line is no valid LaTeX code.  As you already mentioned, if you
remove `[NO-DEFAULT-PACKAGES]', the pdflatex run works.

Please check your Emacs variable org-latex-classes.

Here is what I have in this variable for my letter class:

,----
|  ("letter_private" 
"\\documentclass[fontsize=11pt,strey_privat]{scrlttr2}\n\\LoadLetterOption{DIN}\n[NO-DEFAULT-PACKAGES]\n[PACKAGES]\n[EXTRA]"
|   ("\\section{%s}" . "\\section*{%s}")
|   ("\\subsection{%s}" . "\\subsection*{%s}")
|   ("\\subsubsection{%s}" . "\\subsubsection*{%s}"))
`----

Best regards
Michael Strey
-- 
http://www.strey.biz

Reply via email to