Hi, RC <re...@yahoo.com> writes:
> 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. At the moment you can't add extra classes to lists (patch welcomed). However, you can add CUSTOM_HEADERs to your sections and do stuff like this: #text-my-sec li {display: inline;} #text-my-sec li:after {content: ", ";} #text-my-sec li:last-child:after {content: "";} I don't know what bootstrap is though, so I don't know if it helps. —Rasmus -- To err is human. To screw up 10⁶ times per second, you need a computer