[O] Including HTML text verbatim in html export

2014-11-06 Thread Giuseppe Lipari
Hi, I am writing my personal web page with org-mode, and I would like to include a list of my publications. I am using bibtex2html for generating the html from my bibtex file in more or less complex ways (i.e. separating articles from conferences, and sorting by year), because I like the

Re: [O] Including HTML text verbatim in html export

2014-11-06 Thread Jaakko Järvi
One way I’ve done such a thing is this: #+BEGIN_SRC sh :exports results :results raw echo #+BEGIN_HTML cat file.html echo #+END_HTML #+END_SRC I, too, would be interested to know if there is a simpler way. Best, Jaakko Järvi On Nov 6, 2014, at 6:44 AM, Giuseppe Lipari

Re: [O] Including HTML text verbatim in html export

2014-11-06 Thread Nicolas Goaziou
Hello, Giuseppe Lipari giulip...@gmail.com writes: I tried #+INCLUDE: but it interprets the html file as an org file. If I specify src html, it renders the html code in the page. On a recent Org, you could try: #+INCLUDE: file.html html Regards, -- Nicolas Goaziou

Re: [O] Including HTML text verbatim in html export

2014-11-06 Thread Giuseppe Lipari
Thanks a lot Nicolas, that's exactly was I was looking for! Best regards, Giuseppe Lipari 2014-11-06 18:40 GMT+01:00 Nicolas Goaziou m...@nicolasgoaziou.fr: Hello, Giuseppe Lipari giulip...@gmail.com writes: I tried #+INCLUDE: but it interprets the html file as an org file. If I