emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Inserting some java script


From: Giovanni Ridolfi
Subject: Re: [Orgmode] Inserting some java script
Date: Mon, 15 Jan 2007 12:11:37 +0100
User-agent: Mutt/1.4.2.1i

On Mon, Jan 15, 2007 at 10:44:11AM +0000, Graham Smith wrote:
> My plan (and please someone tell me if this just won't work) is to publish
> emacs docs onto my web server and allow selected people to comment on them
> using Fleck http://fleck.com/
> 
> To access Fleck I want to insert the following code at the top of  the Emacs
> document before publishing to HTML
> 
> <!-- Start of Fleck WebWidget Code -->
> <script type="text/javascript" language="JavaScript" src="
> http://webwidget.fleck.com/?v=small_image";></script>
> <!-- End of Fleck WebWidget Code -->
> 
Hi,  Graham

did you try to use '@'  before your HTML / java command?

@<center>
In org-publish.html  this will be centered
@</center>

the previuos codex works. I think you could try something like:

 @<script your-script> 
 @</script>
      
HTH

Giovanni




reply via email to

[Prev in Thread] Current Thread [Next in Thread]