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


_______________________________________________
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to