Hi Seweryn, Seweryn Kokot writes:
> I would like to have a main text of the document in LaTeX and only some parts > as > org files (using tables and babel functionality). Then these files I want to > export to .tex files and include to the main tex file with \input{myorgfile1}. > My question: is it possible to export to LaTeX without preamble and postable? > Or > how to automatically get rid of this redundant text to use it in > \input? Have a look at the standalone package, it ignores everything before \begin{document} in the \input file. You might be able to see the documentation by typing: $ texdoc standalone Myles