From mboxrd@z Thu Jan 1 00:00:00 1970 From: Omid Subject: #+INCLUDE: myfile.html html does not include /literally/; Org processes Date: Sun, 01 Jun 2014 00:06:16 -0400 Message-ID: <538AA6B8.40604@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]:51775) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wqx2Q-0006n5-W5 for emacs-orgmode@gnu.org; Sun, 01 Jun 2014 00:06:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wqx2J-0004Ah-6W for emacs-orgmode@gnu.org; Sun, 01 Jun 2014 00:06:26 -0400 Received: from mail-yk0-x22f.google.com ([2607:f8b0:4002:c07::22f]:49066) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wqx2J-0004AW-11 for emacs-orgmode@gnu.org; Sun, 01 Jun 2014 00:06:19 -0400 Received: by mail-yk0-f175.google.com with SMTP id 131so2753965ykp.6 for ; Sat, 31 May 2014 21:06:18 -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 o69sm13995151yho.19.2014.05.31.21.06.17 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 31 May 2014 21:06:17 -0700 (PDT) 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, 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 But checking the exported HTML document, I see that the included HTML file myfile.html has been "processed" by Org. Other options (such as src or example) work as expected. How can I get the literal include behaviour with #+INCLUDE, as if the contents of myfile.html were wrapped in #+BEGIN_HTML #+END_HTML delimiters? I don't want to use #+BEGIN_SRC sh :results html exports results cat myfile.html #+END_SRC for these reasons: 1. myfile.html could be rather large and dumping its contents in the Org file clutters things up. 2. Changing myfile.html would change the Org file, and makes a mess since my Org file is under git version control. Thanks, -- Omid Sent from my Emacs