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: David Emery
Subject: Re: [Orgmode] Inserting some java script
Date: Thu, 25 Jan 2007 21:36:44 +0900 (JST)

On Date: Mon, 15 Jan 2007 10:44:11 +0000, "Graham Smith" <address@hidden> wrote:
 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 -->
>    
> But I can't work out how to do this

I've noticed a workaround (or do I mean ugly kludge?) for this:

#+TEXT: @<script type="text/javascript" src=" 
http://webwidget.fleck.com";>@</script>

The #+TEXT part prevents the URL from being converted to a link, which in turn
allows the "@"s to work properly and escape the tags. 

Dave





reply via email to

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