emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Rasmus <rasmus@gmx.us>
To: emacs-orgmode@gnu.org
Subject: Re: html export using html5 elements and bootstrap framework
Date: Sat, 03 Jan 2015 22:25:58 +0100	[thread overview]
Message-ID: <871tnb36ah.fsf@gmx.us> (raw)
In-Reply-To: loom.20150103T215134-654@post.gmane.org

Hi,

RC <recif@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

  reply	other threads:[~2015-01-03 21:26 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-02 15:47 html export using html5 elements and bootstrap framework R C
2015-01-03 18:37 ` Rick Frankel
2015-01-03 21:09   ` RC
2015-01-03 21:25     ` Rasmus [this message]
2015-01-03 21:47       ` RC
2015-01-04  1:32         ` Rasmus
2015-01-06 15:40           ` Rick Frankel
2015-01-07 13:36             ` R C
2015-01-06 19:43 ` Bill White
2015-01-07 13:26   ` R C

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=871tnb36ah.fsf@gmx.us \
    --to=rasmus@gmx.us \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).