From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Graham Smith" Subject: Re: Inserting some java script Date: Tue, 20 Feb 2007 11:45:01 +0000 Message-ID: <2c75873c0702200345u795eca98vbd2a8ca1836fef05@mail.gmail.com> References: <2c75873c0701150244j7edc241an7de6a1084b655631@mail.gmail.com> <89294962126643026467fc2252b90575@science.uva.nl> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1512186363==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HJTQh-0004Pu-AP for emacs-orgmode@gnu.org; Tue, 20 Feb 2007 06:45:07 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HJTQe-0004KO-SJ for emacs-orgmode@gnu.org; Tue, 20 Feb 2007 06:45:06 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HJTQe-0004K7-Iz for emacs-orgmode@gnu.org; Tue, 20 Feb 2007 06:45:04 -0500 Received: from wr-out-0506.google.com ([64.233.184.224]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HJTQe-0002r9-1y for emacs-orgmode@gnu.org; Tue, 20 Feb 2007 06:45:04 -0500 Received: by wr-out-0506.google.com with SMTP id 69so2099582wri for ; Tue, 20 Feb 2007 03:45:03 -0800 (PST) In-Reply-To: <89294962126643026467fc2252b90575@science.uva.nl> 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: emacs-orgmode@gnu.org --===============1512186363== Content-Type: multipart/alternative; boundary="----=_Part_39379_872656.1171971901927" ------=_Part_39379_872656.1171971901927 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Carsten, Thanks, it just keeps getting bettter :-) Grahan On 20/02/07, Carsten Dominik wrote: > > > > On Jan 15, 2007, at 11:44, 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 > > > > > > > > > > In the forthcoming version 4.66, there will be a way to > have some HTML segments exported untouched. > > If will work for single lines like this > > #+HTML: this stuff will be exported literally > > and for longer chunks like this > > #+BEGIN_HTML > All lines here will be exported > literally into HTML, and will be removed > in ASCII export and all other export backends > #+END_HTML > > - Carsten > > > > > But I can't work out how to do this - I just get the text rather than > > the icon. > > > > Any help would be appreciated > > > > Just as background, what I am hoping to to do is to > > > > 1. create document in Emacs+Org Mode > > 2 send to Firefox as HTML (C-c C-e b) > > 3 Use FireFTP in firfox to upload to my web space > > 4. use email with URL to file inviting people to comment. Reviewers > > open link and click on icon created by code above. This opens an > > annotation tool bar allowing them to add comments > > 5 At end of review period, open original document in Emacs and HTML > > version from my web server. Review comments in Firefox and update > > original document in Emacs > > > > Actually, I would also appreciate any comments on this work flow, and > > any alternatives to Fleck. > > > > Many thanks > > > > Graham > > _______________________________________________ > > Emacs-orgmode mailing list > > Emacs-orgmode@gnu.org > > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > > > > -- > Carsten Dominik > Sterrenkundig Instituut "Anton Pannekoek" > Universiteit van Amsterdam > Kruislaan 403 > NL-1098SJ Amsterdam > phone: +31 20 525 7477 > > ------=_Part_39379_872656.1171971901927 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Carsten,

Thanks, it just keeps getting bettter :-)

Grahan

On 20/02/07, Carsten Dominik <dominik@science.uva.nl > wrote:


On Jan 15, 2007, at 11:44, 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 -->

In the forthcoming version 4.66, there will be a way to
have some HTML segments exported untouched.

If will work for single lines like this

     #+HTML: this stuff will be exported literally

and for longer chunks like this

     #+BEGIN_HTML
     All lines here will be exported
     literally into HTML, and will be removed
     in ASCII export and all other export backends
     #+END_HTML

- Carsten

>
> But I can't work out how to do this - I just get the text rather than
> the icon.
>
> Any help would be appreciated
>
> Just as background, what I am hoping to to do is to
>
> 1. create document in Emacs+Org Mode
> 2 send to Firefox as HTML (C-c C-e b)
> 3 Use FireFTP in firfox to upload to my web space
> 4. use email with URL to file inviting people to comment. Reviewers
> open link and click on icon created by code above. This opens an
> annotation tool bar allowing them to add comments
> 5 At end of review period, open original document in Emacs and HTML
> version from my web server. Review comments in Firefox and update
> original document in Emacs
>
> Actually, I would also appreciate any comments on this work flow, and
> any alternatives to Fleck.
>
> Many thanks
>
> Graham
> _______________________________________________
> Emacs-orgmode mailing list
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>

--
Carsten Dominik
Sterrenkundig Instituut "Anton Pannekoek"
Universiteit van Amsterdam
Kruislaan 403
NL-1098SJ Amsterdam
phone: +31 20 525 7477


------=_Part_39379_872656.1171971901927-- --===============1512186363== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============1512186363==--