Hi list, I use org mode to create my personal webpage via the HTML exporter. Some parts of my webpage are automatically generated (using bibtex2html) and stored as HTML fragments in separate files. I'd like to include the content of these files in the resulting document but there seems to be no way to achive this. One approach I tried is the following: * My personal home page ** Articles #+INCLUDE "file1.html" html ** Posters #+INCLUDE "file2.html" html This, however, escapes the HTML from file1.html and file2.html and I see the HTML source in the resulting webpage not the rendered version. Is this a bug in the HTML exporter or is this the intended behavior? If this behavior is intended, how can I include unescaped HTML in the output of the HTML export? Titus