From mboxrd@z Thu Jan  1 00:00:00 1970
From: Daniel Clemente <n142857@gmail.com>
Subject: Add HTML after <body> and before title
Date: Sun, 10 May 2009 20:36:41 +0200
Message-ID: <87iqk8oldy.fsf@gmail.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Return-path: <emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org>
Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43)
	id 1M3Dt0-0005Ly-G2
	for emacs-orgmode@gnu.org; Sun, 10 May 2009 14:36:30 -0400
Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43)
	id 1M3Dsw-0005LW-0w
	for emacs-orgmode@gnu.org; Sun, 10 May 2009 14:36:29 -0400
Received: from [199.232.76.173] (port=35342 helo=monty-python.gnu.org)
	by lists.gnu.org with esmtp (Exim 4.43) id 1M3Dsv-0005LT-Qx
	for emacs-orgmode@gnu.org; Sun, 10 May 2009 14:36:25 -0400
Received: from mail-bw0-f161.google.com ([209.85.218.161]:61004)
	by monty-python.gnu.org with esmtp (Exim 4.60)
	(envelope-from <n142857@gmail.com>) id 1M3Dsv-0006Kn-FM
	for emacs-orgmode@gnu.org; Sun, 10 May 2009 14:36:25 -0400
Received: by bwz5 with SMTP id 5so2347905bwz.42
	for <emacs-orgmode@gnu.org>; Sun, 10 May 2009 11:36:21 -0700 (PDT)
List-Id: "General discussions about Org-mode." <emacs-orgmode.gnu.org>
List-Unsubscribe: <http://lists.gnu.org/mailman/listinfo/emacs-orgmode>,
	<mailto:emacs-orgmode-request@gnu.org?subject=unsubscribe>
List-Archive: <http://lists.gnu.org/pipermail/emacs-orgmode>
List-Post: <mailto:emacs-orgmode@gnu.org>
List-Help: <mailto:emacs-orgmode-request@gnu.org?subject=help>
List-Subscribe: <http://lists.gnu.org/mailman/listinfo/emacs-orgmode>,
	<mailto:emacs-orgmode-request@gnu.org?subject=subscribe>
Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org
Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org
To: Org-mode ml <emacs-orgmode@gnu.org>


Hi,
  I have seen that all texts you include with #+TEXT are added after the title:

<body>
<div id="content">
<h1 class="title">This is the #+TITLE</h1>

<p>I added this with #+TEXT
</p>



  I have a script.js with a header which would be much better /before/ the <h1>. I know Org-mode doesn't need in general so much flexibility in exporting, but do you know incidentally some trick to insert code just after the <body> or after <div id="content">?

  Thanks,
-- Daniel