From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rustom Mody Subject: inlining an external css file Date: Sun, 5 Jun 2011 20:22:44 +0530 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=00151773e434afd88f04a4f823cf Return-path: Received: from eggs.gnu.org ([140.186.70.92]:45757) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QTEh4-0001G3-E3 for emacs-orgmode@gnu.org; Sun, 05 Jun 2011 10:52:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QTEh3-0002gB-Lr for emacs-orgmode@gnu.org; Sun, 05 Jun 2011 10:52:46 -0400 Received: from mail-iw0-f169.google.com ([209.85.214.169]:62579) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QTEh3-0002g3-Au for emacs-orgmode@gnu.org; Sun, 05 Jun 2011 10:52:45 -0400 Received: by iwg8 with SMTP id 8so4115823iwg.0 for ; Sun, 05 Jun 2011 07:52:44 -0700 (PDT) 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 --00151773e434afd88f04a4f823cf Content-Type: text/plain; charset=ISO-8859-1 I am trying to inline a css file into the org generated html In my org file #+STYLE: #+INCLUDE: mystyle.css #+STYLE: The html generated shows ie the INCLUDE seems to have been silently skipped --00151773e434afd88f04a4f823cf Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I am trying to inline a css file into the org generated html

In my o= rg file

#+STYLE: <style123>
#+INCLUDE:=A0 mystyle.css
#+= STYLE: </style456>

The html generated shows
<style123>= ;
</style456>

ie the INCLUDE seems to have been silently skipped=

--00151773e434afd88f04a4f823cf--