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