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