Re: [O] Include HTML fragments in HTML export

2015-03-19 Thread Titus von der Malsburg
Thanks Ramus and Giuseppe, as you say it works as expected in v8.3beta. Titus On 2015-03-19 Thu 01:28, Giuseppe Lipari wrote: > Hi, > > I have a similar setting, and it works fine for me: > > #+INCLUDE: ./all_pub.html html > > (notice the absence of "" around the file name) > > I use org-8.3b

Re: [O] Include HTML fragments in HTML export

2015-03-19 Thread Giuseppe Lipari
Hi, I have a similar setting, and it works fine for me: #+INCLUDE: ./all_pub.html html (notice the absence of "" around the file name) I use org-8.3beta (taken from the git repo some weeks ago). Best, Giuseppe Lipari 2015-03-18 19:46 GMT+01:00 Rasmus : > Hi, > > Titus von der Malsburg

Re: [O] Include HTML fragments in HTML export

2015-03-18 Thread Rasmus
Hi, Titus von der Malsburg writes: > * My personal home page > ** Articles > #+INCLUDE "file1.html" html > > ** Posters > #+INCLUDE "file2.html" html This works in Org 8.3. Org 8.2 does not seem to insert blocks cf. org-export-expand-include-keyword. Hope it helps, Rasmus

[O] Include HTML fragments in HTML export

2015-03-18 Thread Titus von der Malsburg
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