From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Jaakko_J=C3=A4rvi?= Subject: Re: Including HTML text verbatim in html export Date: Thu, 6 Nov 2014 09:39:01 -0600 Message-ID: References: Mime-Version: 1.0 (Mac OS X Mail 8.0 \(1990.1\)) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:32973) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XmP9R-0001Js-7A for emacs-orgmode@gnu.org; Thu, 06 Nov 2014 10:39:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XmP9L-0007xi-Rx for emacs-orgmode@gnu.org; Thu, 06 Nov 2014 10:39:09 -0500 Received: from mail-oi0-x233.google.com ([2607:f8b0:4003:c06::233]:44319) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XmP9L-0007xH-Mu for emacs-orgmode@gnu.org; Thu, 06 Nov 2014 10:39:03 -0500 Received: by mail-oi0-f51.google.com with SMTP id g201so920293oib.24 for ; Thu, 06 Nov 2014 07:39:02 -0800 (PST) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Giuseppe Lipari Cc: emacs-orgmode@gnu.org One way I=E2=80=99ve done such a thing is this:=20 #+BEGIN_SRC sh :exports results :results raw=20 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,=20 Jaakko J=C3=A4rvi > On Nov 6, 2014, at 6:44 AM, Giuseppe Lipari = wrote: >=20 > Hi, >=20 > 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 customization features.=20 > bibtex2html produces the body of an html file that I would like then = to put together with my headers and footers as generated by the org = exporter, for making everything uniform.=20 >=20 > 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. >=20 > One solution I see is to generate the org-file with some script which = will put copy html generated code between #+BEGIN_HTML ... #+END_HTML, = but before going this way I would like to know if there is a simpler way = of doing it.=20 >=20 > All the best, >=20 > Giuseppe Lipari >=20 > --=20 > Giuseppe Lipari > LIFL > Universit=C3=A9 de Lille 1 > blogs: http://scacciamennule.blogspot.com (Italian) > http://okpanico,wordpress.com (Italian) > http://algoland.wordpress.com (English)