From mboxrd@z Thu Jan 1 00:00:00 1970 From: Omid Subject: Re: #+INCLUDE: myfile.html html does not include /literally/; Org processes Date: Sun, 01 Jun 2014 00:51:24 -0400 Message-ID: <538AB14C.40009@gmail.com> References: <538AA6B8.40604@gmail.com> <878uph1bqt.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56394) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wqxk5-0008U8-JL for emacs-orgmode@gnu.org; Sun, 01 Jun 2014 00:51:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wqxjz-0007rh-OT for emacs-orgmode@gnu.org; Sun, 01 Jun 2014 00:51:33 -0400 Received: from mail-yk0-x233.google.com ([2607:f8b0:4002:c07::233]:43518) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wqxjz-0007rQ-L9 for emacs-orgmode@gnu.org; Sun, 01 Jun 2014 00:51:27 -0400 Received: by mail-yk0-f179.google.com with SMTP id 19so2772213ykq.10 for ; Sat, 31 May 2014 21:51:27 -0700 (PDT) Received: from [10.0.0.2] (host-207-254.fltavth.clients.pavlovmedia.com. [68.234.207.254]) by mx.google.com with ESMTPSA id c8sm12435038yho.34.2014.05.31.21.51.25 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 31 May 2014 21:51:26 -0700 (PDT) In-Reply-To: <878uph1bqt.fsf@gmail.com> 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 Hello Nick, Thanks for your reply. But no, src html results in the included HTML being processed by Org and wrapped in
, just
like if the contents of myfile.html were put in
#+BEGIN_SRC html

#+END_SRC

Omid

Sent from my Emacs

On 06/01/2014 12:42 AM, Nick Dokos wrote:
> 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.
>