From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rick Frankel Subject: Re: html export using html5 elements and bootstrap framework Date: Tue, 6 Jan 2015 10:40:52 -0500 Message-ID: <20150106154052.GA92712@eyeBook.home> References: <20150103183720.GA68984@eyeBook> <871tnb36ah.fsf@gmx.us> <87sifr1gbw.fsf@gmx.us> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50249) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y8WFe-0001Gu-WF for emacs-orgmode@gnu.org; Tue, 06 Jan 2015 10:40:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y8WFa-0002LJ-TS for emacs-orgmode@gnu.org; Tue, 06 Jan 2015 10:40:58 -0500 Received: from mail.rickster.com ([204.62.15.78]:34708) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y8WFa-0002L4-Po for emacs-orgmode@gnu.org; Tue, 06 Jan 2015 10:40:54 -0500 Content-Disposition: inline In-Reply-To: <87sifr1gbw.fsf@gmx.us> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Rasmus Cc: emacs-orgmode@gnu.org On Sun, Jan 04, 2015 at 02:32:03AM +0100, Rasmus wrote: > Hi, > > RC writes: > > > If the default heading and content classes used by ox-html could be > > changed or aliased it should work well with org-mode html > > Maybe you can set up filters then to replace e.g. section into the desired > naming-scheme. AFAIR class-names are hard-coded in ox-html. As Rasmus mentioned in a previous email, there is no way currently to add html attributes to lists w/ ATTR_HTML. A filter, a mentioned above, is your simplest approach. The best (IMHO) would be to create a derived exporter (ox-bootstrap?) based on ox-html. You can look at one of the slideshow backends (ox-deck, ox-s5, ox-reveal) for examples (e.g., `org-deck-item' or org-s5-headline for how to "advise" the html exporter functions.) rick