From mboxrd@z Thu Jan 1 00:00:00 1970 From: RC Subject: Re: html export using html5 elements and bootstrap framework Date: Sat, 3 Jan 2015 21:09:07 +0000 (UTC) Message-ID: References: <20150103183720.GA68984@eyeBook> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34950) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y7Vwp-0001Ff-Ko for emacs-orgmode@gnu.org; Sat, 03 Jan 2015 16:09:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y7Vwm-0000jD-DT for emacs-orgmode@gnu.org; Sat, 03 Jan 2015 16:09:23 -0500 Received: from plane.gmane.org ([80.91.229.3]:59481) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y7Vwm-0000iS-62 for emacs-orgmode@gnu.org; Sat, 03 Jan 2015 16:09:20 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Y7Vwk-0004zV-0N for emacs-orgmode@gnu.org; Sat, 03 Jan 2015 22:09:18 +0100 Received: from c-98-230-85-128.hsd1.fl.comcast.net ([98.230.85.128]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 03 Jan 2015 22:09:17 +0100 Received: from recif by c-98-230-85-128.hsd1.fl.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 03 Jan 2015 22:09:17 +0100 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: emacs-orgmode@gnu.org Rick Frankel rickster.com> writes: > On Fri, Jan 02, 2015 at 03:47:36PM +0000, R C wrote: > > with lines of the form: > > #+STYLE: media="screen"> > I don't believe `STYLE' is used by the HTML exporter. See: `HTML_HEAD' > (`org-html-head') and `HTML_HEAD_EXTRA' (`org-html-head-extra'.) I did change this based on the v 8 documentation and that fixed many of the issues I was having. > Regardless, I don't think bootstrap will work very well. Doesn't it require > specific classes on the markup? To make it work you will probably need to add > additonal classes to every heading, etc. > > rick > I can use #+ATTR_HTML to include bootstrap specific classes for tables, etc but I have been unable to find a way to add a desired class to the
    for the TOC, or change the default outline-N and outline-text-N classes for headings and contents, respectively. It may be possible to alias bootstrap classes using a CSS preprocessor. RC