From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rasmus Subject: Re: html export using html5 elements and bootstrap framework Date: Sat, 03 Jan 2015 22:25:58 +0100 Message-ID: <871tnb36ah.fsf@gmx.us> References: <20150103183720.GA68984@eyeBook> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36575) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y7WDA-0006jM-Sq for emacs-orgmode@gnu.org; Sat, 03 Jan 2015 16:26:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y7WD7-0005fs-Lm for emacs-orgmode@gnu.org; Sat, 03 Jan 2015 16:26:16 -0500 Received: from plane.gmane.org ([80.91.229.3]:59884) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y7WD7-0005fo-F6 for emacs-orgmode@gnu.org; Sat, 03 Jan 2015 16:26:13 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Y7WD4-0008BS-My for emacs-orgmode@gnu.org; Sat, 03 Jan 2015 22:26:10 +0100 Received: from 83-91-99-158-dynamic.dk.customer.tdc.net ([83.91.99.158]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 03 Jan 2015 22:26:10 +0100 Received: from rasmus by 83-91-99-158-dynamic.dk.customer.tdc.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 03 Jan 2015 22:26:10 +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 Hi, RC 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 >
    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