Emanuel Berg via General discussions about Org-mode. <emacs-orgmode@gnu.org> 
writes:

> Tim Cross wrote:
>
>> #+latex_class: korma-article
>
> user-error: Unknown LaTeX class ‘korma-article’

That probably indicates you have not got the necessary Latex packages
installed. It was mainly an example of using a different document class
style (there are many). Depending on what platform your on, some of
these additional classes are in a separate package, often called
something like latex-extra or latex-styles-extra or similar.

>
>> #+latex_header:  \setlength{\parindent}{0pt}
>
> Yes, that's removed the indentation but didn't insert
> a blank line...

#+latex_header: \parskip 1.5ex 

might work. Again, this stuff is controlled by the specific latex
document class your using. When you need to make 'tweaks' like this,
google latex commands and then use things like #+latex_header: to set
them. 

-- 
Tim Cross

Reply via email to