From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: #+INCLUDE: myfile.html html does not include /literally/; Org processes Date: Sun, 01 Jun 2014 00:42:50 -0400 Message-ID: <878uph1bqt.fsf@gmail.com> References: <538AA6B8.40604@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55284) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wqxc2-00049Y-2w for emacs-orgmode@gnu.org; Sun, 01 Jun 2014 00:43:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wqxbv-0005bH-V6 for emacs-orgmode@gnu.org; Sun, 01 Jun 2014 00:43:14 -0400 Received: from plane.gmane.org ([80.91.229.3]:35343) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wqxbv-0005b3-OS for emacs-orgmode@gnu.org; Sun, 01 Jun 2014 00:43:07 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Wqxbt-0004TT-VI for emacs-orgmode@gnu.org; Sun, 01 Jun 2014 06:43:05 +0200 Received: from pool-98-110-160-12.bstnma.fios.verizon.net ([98.110.160.12]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 01 Jun 2014 06:43:05 +0200 Received: from ndokos by pool-98-110-160-12.bstnma.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 01 Jun 2014 06:43:05 +0200 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: emacs-orgmode@gnu.org Omid writes: > Hello, > > I am trying to include an HTML file (say myfile.html, which has only > the ) in an Org file so that upon export the contents of > myfile.html are /literally/ inserted in the appropriate section of the > exported HTML file. Following > http://orgmode.org/manual/Include-files.html, I used > > #+INCLUDE: "myfile.html" html > Untested, but the doc seems to say that --8<---------------cut here---------------start------------->8--- #+INCLUDE: "myfile.html" src html --8<---------------cut here---------------end--------------->8--- should work. -- Nick