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:47:10 +0000 (UTC) Message-ID: References: <20150103183720.GA68984@eyeBook> <871tnb36ah.fsf@gmx.us> 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]:38991) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y7WXe-0003TD-55 for emacs-orgmode@gnu.org; Sat, 03 Jan 2015 16:47:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y7WXb-0002zS-0K for emacs-orgmode@gnu.org; Sat, 03 Jan 2015 16:47:26 -0500 Received: from plane.gmane.org ([80.91.229.3]:60390) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y7WXa-0002zO-PX for emacs-orgmode@gnu.org; Sat, 03 Jan 2015 16:47:22 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Y7WXY-0003gY-Kr for emacs-orgmode@gnu.org; Sat, 03 Jan 2015 22:47:20 +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:47:20 +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:47:20 +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 Rasmus gmx.us> writes: > > Hi, > 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 use a custom css file for specific styling of elements. > > I don't know what bootstrap is though, so I don't know if it helps. > > —Rasmus > (twitter-)Bootstrap provides a nice set of classes for navigation (TOC) bars, and control over layout, e.g side-by-side locks figures, etc using a grid-based framework. If the default heading and content classes used by ox-html could be changed or aliased it should work well with org-mode html export. RC