From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Re: org-mode and htmlslidy Date: Fri, 12 Nov 2010 13:50:59 +0100 Message-ID: <87aaleyabw.fsf@gmx.de> References: <1289512465.11701.11.camel@Nokia-N900-42-11> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=37080 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PGt6b-0007qf-32 for emacs-orgmode@gnu.org; Fri, 12 Nov 2010 07:51:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PGt6Z-0006UV-Os for emacs-orgmode@gnu.org; Fri, 12 Nov 2010 07:51:48 -0500 Received: from mailout-de.gmx.net ([213.165.64.23]:49039 helo=mail.gmx.net) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1PGt6Z-0006U3-CA for emacs-orgmode@gnu.org; Fri, 12 Nov 2010 07:51:47 -0500 In-Reply-To: (Dov Grobgeld's message of "Fri, 12 Nov 2010 08:00:30 +0200") 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: Dov Grobgeld Cc: Jeff Horn , emacs-orgmode@gnu.org Dov Grobgeld writes: > I tried warping s5-org this morning into slidy-org and I finally got it to > work with one small remaining problem. In the resulting HTML I have: > >
> > which I want to change to: > >
> > What is the best way of changing that? I saw that s5-org is using some > jquery rewrites of the xml tree. Is that the best way of solving it? Is > there a possibility of doing this change directly in org-mode without > javascript? > > Thanks! > Dov The jQuery way: #+STYLE: http://api.jquery.com/browser/ is your friend ;) HTH, Sebastian