Hi Daniele, First, thanks for your patch.
Daniele Pizzolli <d...@toel.it> writes: > I was really surprised that headlines, that are so common in org-mode > are discarded by default in ox-koma-letter. Why? They are not supported by scrlttr2.cls, except if you download an extra lco file, not distributed via CTAN. As such, I don’t think it should be supported by ox-koma-letter.el. A general headline property that allows to insert arbitrary code right before a headline (such as "@@latex:\clearpage@@") might be a more fruitful approach. > +Add [sections] to LATEX_CLASS_OPTIONS with: > + > +#+LATEX_CLASS_OPTIONS: [sections] > + > +If section.lco is unavaliable the section are exported in the tex > +source but not rendered in the final pdf. Whether section.lco is available or not is a complicated question. You first need to figure out what is the tex distribution (what if it’s not in PATH) and whether section.lco is available via something like kpsewhich. Note that e.g. TL also looks in the current path. Regards, Rasmus -- Summon the Mothership!