Rick Frankel <rick <at> rickster.com> writes: > On Fri, Jan 02, 2015 at 03:47:36PM +0000, R C wrote: > > with lines of the form: > > #+STYLE: <link href="css/bootstrap.min.css" rel="stylesheet"> 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 <ul> 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