From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Lowis Subject: Org-mode HTML export and Blueprint CSS Date: Fri, 18 Feb 2011 10:52:10 +0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from [140.186.70.92] (port=51013 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PqNwb-0001bI-66 for emacs-orgmode@gnu.org; Fri, 18 Feb 2011 05:52:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PqNwZ-0002ws-QA for emacs-orgmode@gnu.org; Fri, 18 Feb 2011 05:52:12 -0500 Received: from mail-iy0-f169.google.com ([209.85.210.169]:47088) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PqNwZ-0002wj-N1 for emacs-orgmode@gnu.org; Fri, 18 Feb 2011 05:52:11 -0500 Received: by iyf13 with SMTP id 13so96406iyf.0 for ; Fri, 18 Feb 2011 02:52:10 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi, Does anyone have an example of using org-mode HTML export with a CSS framework such as Blueprint? Specific problems I'm having: - suppressing the automatically generated CSS (or customising which classes get added on a per-file basis) - wrapping specific blocks of markup in the Blueprint-specific classes (e.g.
) - including my own CSS file - preferably as a multi-line block of CSS in my org-file rather than an external file include. Hope someone can help! Chris