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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Giovanni Ridolfi Subject: Re: HTML exporter bug? was Re: Inserting some java script Date: Mon, 15 Jan 2007 16:20:51 +0100 Message-ID: <20070115152050.GA30934@isof-serv.isof.cnr.it> References: <2c75873c0701150244j7edc241an7de6a1084b655631@mail.gmail.com> <20070115.195836.182603650.dave@skiddlydee.com> <2c75873c0701150334y60ceb1e7x57b5aca95643fed8@mail.gmail.com> <20070115.212304.118802196.dave@skiddlydee.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H6TMy-0008AL-PE for emacs-orgmode@gnu.org; Mon, 15 Jan 2007 10:03:32 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H6TMx-0008A6-QJ for emacs-orgmode@gnu.org; Mon, 15 Jan 2007 10:03:32 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H6TMx-0008A2-K5 for emacs-orgmode@gnu.org; Mon, 15 Jan 2007 10:03:31 -0500 Received: from [192.167.162.5] (helo=mail.isof.cnr.it) by monty-python.gnu.org with esmtp (Exim 4.52) id 1H6TMw-0007YL-O2 for emacs-orgmode@gnu.org; Mon, 15 Jan 2007 10:03:31 -0500 Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.isof.cnr.it (Postfix) with ESMTP id 40A4621F037 for ; Mon, 15 Jan 2007 16:20:53 +0100 (CET) Received: from mail.isof.cnr.it ([127.0.0.1]) by localhost (isof-serv.isof.cnr.it [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 31728-03 for ; Mon, 15 Jan 2007 16:20:51 +0100 (CET) Content-Disposition: inline In-Reply-To: <20070115.212304.118802196.dave@skiddlydee.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: emacs-orgmode@gnu.org On Mon, Jan 15, 2007 at 09:23:04PM +0900, David Emery wrote: > > It appears that the exporter is confused by the URL within the tags. Here's > another example that shows the same problem: > > @ IMHO this is _not_ the right way to insert an image or a link in a org-mode file, so I do not consider it a bug. The maual for org-mode 4.61 states[1] that you should use the following syntax in order to handle an image link: [[file:http://staff.science.uva.nl/~dominik/passfoto.jpg][file:thumb.jpg]] Concerning the javascript issue... well, perhaps javascript is not (yet? ;-) supported. Giovanni P.S. Here I have a 4.56b ... and it doesn't work either :-/ [1] http://staff.science.uva.nl/~dominik/Tools/org/org.html#Images From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Graham Smith" Subject: Re: Inserting some java script Date: Mon, 15 Jan 2007 11:34:36 +0000 Message-ID: <2c75873c0701150334y60ceb1e7x57b5aca95643fed8@mail.gmail.com> References: <2c75873c0701150244j7edc241an7de6a1084b655631@mail.gmail.com> <20070115.195836.182603650.dave@skiddlydee.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0772058008==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H6Q6q-00055U-Kj for emacs-orgmode@gnu.org; Mon, 15 Jan 2007 06:34:40 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H6Q6o-00054i-MP for emacs-orgmode@gnu.org; Mon, 15 Jan 2007 06:34:39 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H6Q6o-00054V-9A for emacs-orgmode@gnu.org; Mon, 15 Jan 2007 06:34:38 -0500 Received: from [64.233.166.183] (helo=py-out-1112.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1H6Q6n-0002h3-RM for emacs-orgmode@gnu.org; Mon, 15 Jan 2007 06:34:38 -0500 Received: by py-out-1112.google.com with SMTP id u77so746157pyb for ; Mon, 15 Jan 2007 03:34:37 -0800 (PST) In-Reply-To: <20070115.195836.182603650.dave@skiddlydee.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: emacs-orgmode@gnu.org --===============0772058008== Content-Type: multipart/alternative; boundary="----=_Part_58798_16896093.1168860876906" ------=_Part_58798_16896093.1168860876906 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline David, I don't really want it in every page, but I will look at that as well. I did try the @ symbol and it didn't work. In fact I hadn't used it properly, but even using it as you have illustrated, it still gives me text rather than the link to the webwidget. Maybe I am doing something silly. I shall have another go. Thanks, Graham On 15/01/07, David Emery wrote: > > On Date: Mon, 15 Jan 2007 10:44:11 +0000, "Graham Smith" < > myotisone@gmail.com> 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 > > ------=_Part_58798_16896093.1168860876906 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline David,

I don't really want it in every page, but I will look at that as well.

I did try the @ symbol and it didn't work. In fact I hadn't used it properly, but even using it as you have illustrated, it still gives me text rather than the link to the webwidget.

Maybe I am doing something silly.

I shall have another go.

Thanks,

Graham

On 15/01/07, David Emery < dave@skiddlydee.com> wrote:
On Date: Mon, 15 Jan 2007 10:44:11 +0000, "Graham Smith" < myotisone@gmail.com> 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 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.

@<script type="text/javascript" language="JavaScript" src=" http://webwidget.fleck.com/?v=small_image"></script>


Dave


------=_Part_58798_16896093.1168860876906-- --===============0772058008== 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 --===============0772058008==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Giovanni Ridolfi Subject: Re: Inserting some java script Date: Mon, 15 Jan 2007 12:11:37 +0100 Message-ID: <20070115111137.GA18262@isof-serv.isof.cnr.it> References: <2c75873c0701150244j7edc241an7de6a1084b655631@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H6PTq-00064h-C7 for emacs-orgmode@gnu.org; Mon, 15 Jan 2007 05:54:22 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H6PTo-000648-El for emacs-orgmode@gnu.org; Mon, 15 Jan 2007 05:54:22 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H6PTo-00063z-C8 for emacs-orgmode@gnu.org; Mon, 15 Jan 2007 05:54:20 -0500 Received: from [192.167.162.5] (helo=mail.isof.cnr.it) by monty-python.gnu.org with esmtp (Exim 4.52) id 1H6PTn-0003kt-QQ for emacs-orgmode@gnu.org; Mon, 15 Jan 2007 05:54:20 -0500 Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.isof.cnr.it (Postfix) with ESMTP id 076E621EFCF for ; Mon, 15 Jan 2007 12:11:40 +0100 (CET) Received: from mail.isof.cnr.it ([127.0.0.1]) by localhost (isof-serv.isof.cnr.it [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 18586-04 for ; Mon, 15 Jan 2007 12:11:37 +0100 (CET) Content-Disposition: inline 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: emacs-orgmode@gnu.org 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 > > > > > Hi, Graham did you try to use '@' before your HTML / java command? @
In org-publish.html this will be centered @
the previuos codex works. I think you could try something like: @ HTH Giovanni From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Emery Subject: HTML exporter bug? was Re: Inserting some java script Date: Mon, 15 Jan 2007 21:23:04 +0900 (JST) Message-ID: <20070115.212304.118802196.dave@skiddlydee.com> References: <2c75873c0701150244j7edc241an7de6a1084b655631@mail.gmail.com> <20070115.195836.182603650.dave@skiddlydee.com> <2c75873c0701150334y60ceb1e7x57b5aca95643fed8@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 1H6Qp2-0004Cx-LW for emacs-orgmode@gnu.org; Mon, 15 Jan 2007 07:20:20 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H6Qp1-0004CG-Kc for emacs-orgmode@gnu.org; Mon, 15 Jan 2007 07:20:20 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H6Qp1-0004Bs-FZ for emacs-orgmode@gnu.org; Mon, 15 Jan 2007 07:20:19 -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 1H6Qp0-0003tW-UM for emacs-orgmode@gnu.org; Mon, 15 Jan 2007 07:20:19 -0500 Received: from localhost (softbank218176044027.bbtec.net [218.176.44.27]) (authenticated bits=0) by newsometer.com (8.13.6.20060614/8.12.6) with ESMTP id l0FCKGTf049511 for ; Mon, 15 Jan 2007 21:20:17 +0900 (JST) (envelope-from dave@skiddlydee.com) In-Reply-To: <2c75873c0701150334y60ceb1e7x57b5aca95643fed8@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: emacs-orgmode@gnu.org On Date: Mon, 15 Jan 2007 11:34:36 +0000, "Graham Smith" wrote: > I don't really want it in every page, but I will look at that as well. > > I did try the @ symbol and it didn't work. In fact I hadn't used it properly, but even using it as you have illustrated, it > still gives me text rather than the link to the webwidget. I just tried it myself and it comes out even weirder than what you described. I get this: @<script type="text/javascript" language="JavaScript" src=" http://webwidget.fleck.com/?v=small_image"></script> It appears that the exporter is confused by the URL within the tags. Here's another example that shows the same problem: @ It gets exported as: @<img src="http://staff.science.uva.nl/~dominik/passfoto.jpg" /> Dave > > Maybe I am doing something silly. > > I shall have another go. > > Thanks, > > Graham > > On 15/01/07, David Emery < dave@skiddlydee.com> wrote: > > On Date: Mon, 15 Jan 2007 10:44:11 +0000, "Graham Smith" < myotisone@gmail.com> 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 > From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Graham Smith" Subject: Inserting some java script Date: Mon, 15 Jan 2007 10:44:11 +0000 Message-ID: <2c75873c0701150244j7edc241an7de6a1084b655631@mail.gmail.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0033050350==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H6PK7-0005zK-9K for emacs-orgmode@gnu.org; Mon, 15 Jan 2007 05:44:19 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H6PK3-0005u9-F3 for emacs-orgmode@gnu.org; Mon, 15 Jan 2007 05:44:17 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H6PK3-0005tg-1r for emacs-orgmode@gnu.org; Mon, 15 Jan 2007 05:44:15 -0500 Received: from [209.85.132.245] (helo=an-out-0708.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1H6PK2-00028z-JV for emacs-orgmode@gnu.org; Mon, 15 Jan 2007 05:44:14 -0500 Received: by an-out-0708.google.com with SMTP id b8so56015ana for ; Mon, 15 Jan 2007 02:44:14 -0800 (PST) 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 --===============0033050350== Content-Type: multipart/alternative; boundary="----=_Part_58174_1516368.1168857851483" ------=_Part_58174_1516368.1168857851483 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline 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 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 ------=_Part_58174_1516368.1168857851483 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline 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 -->
   
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
------=_Part_58174_1516368.1168857851483-- --===============0033050350== 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 --===============0033050350==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: HTML exporter bug? was Re: Inserting some java script Date: Tue, 16 Jan 2007 11:17:40 +0100 Message-ID: <6b1b36da0c953f61edac7edc13f75979@science.uva.nl> References: <2c75873c0701150244j7edc241an7de6a1084b655631@mail.gmail.com> <20070115.195836.182603650.dave@skiddlydee.com> <2c75873c0701150334y60ceb1e7x57b5aca95643fed8@mail.gmail.com> <20070115.212304.118802196.dave@skiddlydee.com> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H6lO0-0002zv-Pr for emacs-orgmode@gnu.org; Tue, 16 Jan 2007 05:17:48 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H6lNz-0002z3-3Q for emacs-orgmode@gnu.org; Tue, 16 Jan 2007 05:17:48 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H6lNy-0002yv-VN for emacs-orgmode@gnu.org; Tue, 16 Jan 2007 05:17:47 -0500 Received: from [149.217.40.2] (helo=mailer.mpia-hd.mpg.de) by monty-python.gnu.org with esmtp (Exim 4.52) id 1H6lNy-0003FZ-H1 for emacs-orgmode@gnu.org; Tue, 16 Jan 2007 05:17:46 -0500 In-Reply-To: <20070115.212304.118802196.dave@skiddlydee.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: David Emery Cc: emacs-orgmode@gnu.org On Jan 15, 2007, at 13:23, David Emery wrote: > On Date: Mon, 15 Jan 2007 11:34:36 +0000, "Graham Smith" > wrote: >> I don't really want it in every page, but I will look at that as well. >> >> I did try the @ symbol and it didn't work. In fact I hadn't used it >> properly, but even using it as you have illustrated, it >> still gives me text rather than the link to the webwidget. > > I just tried it myself and it comes out even weirder than what you > described. I > get this: Yes, I agree that things inside an html tag protected with @ should be fully protected from any mingling during export, and this is not the case. Org-mode has not been designed very well as an exportable format, so these things are not easily done. Part of the problem is that the exporter is line-based, it looks at the file line by line. Not sure how much of these problems will disappear in the near future :-( - Carsten From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Emery Subject: Re: Inserting some java script Date: Thu, 25 Jan 2007 21:36:44 +0900 (JST) Message-ID: <20070125.213644.122061651.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 1HA3od-0001PE-9H for emacs-orgmode@gnu.org; Thu, 25 Jan 2007 07:34:55 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HA3oa-0001P2-Vc for emacs-orgmode@gnu.org; Thu, 25 Jan 2007 07:34:54 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HA3oa-0001Oz-P7 for emacs-orgmode@gnu.org; Thu, 25 Jan 2007 07:34:52 -0500 Received: from newsometer.com ([128.121.51.168]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1HA3oa-0001YE-88 for emacs-orgmode@gnu.org; Thu, 25 Jan 2007 07:34:52 -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've noticed a workaround (or do I mean ugly kludge?) for this: #+TEXT: @ 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Graham Smith" Subject: Re: Inserting some java script Date: Thu, 25 Jan 2007 12:49:46 +0000 Message-ID: <2c75873c0701250449o2f1957f4u43fd658d705d3fce@mail.gmail.com> References: <2c75873c0701150244j7edc241an7de6a1084b655631@mail.gmail.com> <20070125.213644.122061651.dave@skiddlydee.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1876596979==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HA435-0000W6-3w for emacs-orgmode@gnu.org; Thu, 25 Jan 2007 07:49:51 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HA433-0000Vt-Md for emacs-orgmode@gnu.org; Thu, 25 Jan 2007 07:49:50 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HA433-0000Vl-Iy for emacs-orgmode@gnu.org; Thu, 25 Jan 2007 07:49:49 -0500 Received: from nf-out-0910.google.com ([64.233.182.191]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HA433-0004FZ-3l for emacs-orgmode@gnu.org; Thu, 25 Jan 2007 07:49:49 -0500 Received: by nf-out-0910.google.com with SMTP id h2so850681nfe for ; Thu, 25 Jan 2007 04:49:48 -0800 (PST) In-Reply-To: <20070125.213644.122061651.dave@skiddlydee.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: David Emery Cc: emacs-orgmode@gnu.org --===============1876596979== Content-Type: multipart/alternative; boundary="----=_Part_17418_7785952.1169729386883" ------=_Part_17418_7785952.1169729386883 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Dave, Work around or ugly kludge, or not, this is great to see it can be got around. Many thanks. Graham On 25/01/07, David Emery wrote: > > On Date: Mon, 15 Jan 2007 10:44:11 +0000, "Graham Smith" < > myotisone@gmail.com> 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've noticed a workaround (or do I mean ugly kludge?) for this: > > #+TEXT: @ > > 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 > > ------=_Part_17418_7785952.1169729386883 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Dave,

Work around or ugly kludge, or not, this is great to see it can be got around.

Many thanks.

Graham



On 25/01/07, David Emery <dave@skiddlydee.com> wrote:
On Date: Mon, 15 Jan 2007 10:44:11 +0000, "Graham Smith" < myotisone@gmail.com> 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


------=_Part_17418_7785952.1169729386883-- --===============1876596979== 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 --===============1876596979==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Inserting some java script Date: Tue, 20 Feb 2007 11:16:17 +0100 Message-ID: <89294962126643026467fc2252b90575@science.uva.nl> References: <2c75873c0701150244j7edc241an7de6a1084b655631@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HJS2m-0004KT-V9 for emacs-orgmode@gnu.org; Tue, 20 Feb 2007 05:16:20 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HJS2k-0004KH-IJ for emacs-orgmode@gnu.org; Tue, 20 Feb 2007 05:16:19 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HJS2k-0004KE-Ak for emacs-orgmode@gnu.org; Tue, 20 Feb 2007 05:16:18 -0500 Received: from korteweg.uva.nl ([146.50.98.70]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HJS2j-0004Aa-Rc for emacs-orgmode@gnu.org; Tue, 20 Feb 2007 05:16:18 -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: Graham Smith Cc: emacs-orgmode@gnu.org 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=20 > publish emacs docs onto my web server and allow selected people to=20 > comment on them using Fleck http://fleck.com/ > > To access Fleck I want to insert the following code at the top of=A0=20= > 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 > =A0=A0=A0 > But I can't work out how to do this - I just get the text rather than=20= > the icon. > > Any help=A0 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=A0 to upload to my web space > 4. use email with URL to file inviting people to comment.=A0 Reviewers=20= > open link and click on icon created by code above. This opens an=20 > annotation tool bar allowing them to add comments > 5 At end of review period, open original document in Emacs and HTML=20 > version from my web server. Review comments in Firefox and update=20 > original document in Emacs > > Actually, I would also appreciate any comments on this work flow, and=20= > 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 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==--