From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Emery Subject: Re: Inserting some java script Date: Mon, 15 Jan 2007 19:58:36 +0900 (JST) Message-ID: <20070115.195836.182603650.dave@skiddlydee.com> References: <2c75873c0701150244j7edc241an7de6a1084b655631@mail.gmail.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H6PVN-00079m-VR for emacs-orgmode@gnu.org; Mon, 15 Jan 2007 05:55:58 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H6PVK-000779-OL for emacs-orgmode@gnu.org; Mon, 15 Jan 2007 05:55:57 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H6PVK-00076r-JM for emacs-orgmode@gnu.org; Mon, 15 Jan 2007 05:55:54 -0500 Received: from [128.121.51.168] (helo=newsometer.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1H6PVJ-0003zl-Vg for emacs-orgmode@gnu.org; Mon, 15 Jan 2007 05:55:54 -0500 In-Reply-To: <2c75873c0701150244j7edc241an7de6a1084b655631@mail.gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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: myotisone@gmail.com Cc: emacs-orgmode@gnu.org On Date: Mon, 15 Jan 2007 10:44:11 +0000, "Graham Smith" wrote: > To access Fleck I want to insert the following code at the top of the Emacs document before publishing to HTML > > > > > > But I can't work out how to do this - I just get the text rather than the icon. I think you could just add the javascript tag line before or after the style info in the setting for customize->export->html->style. That would automatically put it into every page. To put it right into a particular org file, prepending an "@" to that line should make the html pass through as is. @ Dave