From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean Schurger Subject: publishing css using babel + sass and (new) exporter Date: Tue, 09 Apr 2013 19:20:56 -0400 Message-ID: <1365549656.3724.11.camel@blackpage.schurger.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-f82JR9SxaoE/Af4S+Mhm" Return-path: Received: from eggs.gnu.org ([208.118.235.92]:51081) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPhrL-0008Jv-EY for emacs-orgmode@gnu.org; Tue, 09 Apr 2013 19:21:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UPhrK-0004Nb-B7 for emacs-orgmode@gnu.org; Tue, 09 Apr 2013 19:21:51 -0400 Received: from mail-qc0-x231.google.com ([2607:f8b0:400d:c01::231]:56916) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPhrK-0004NT-7K for emacs-orgmode@gnu.org; Tue, 09 Apr 2013 19:21:50 -0400 Received: by mail-qc0-f177.google.com with SMTP id u28so3211026qcs.8 for ; Tue, 09 Apr 2013 16:21:48 -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@gnu.org --=-f82JR9SxaoE/Af4S+Mhm Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hi, I'm a new and innocent org-mode user, and I would like to use org-mode exporter (the new one) to publish static web pages. The 'html' part is OK, but as I hate writing CSS, I'm using babel + sass to build CSS code. For example: #+BEGIN_SRC sass exports: results body background: black #+END_SRC #+RESULTS: : body { : background: black; } That's perfect ! My question now: How should i configure my project-alist entry to publish resultant CSS code. Most of the time, it product html. I did some tests, using the ascii exporter (thinking that ascii would be raw enough) produce an great ascii document. Any clue about how I can publish a 'simple' CSS file. Jean. =20 --=20 Jean Schurger http://schurger.org 030A C5CB 269B E2DB FE8A F6FE 2749 CC01 AFBA 3712 --=-f82JR9SxaoE/Af4S+Mhm Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iEUEABECAAYFAlFkolgACgkQJ0nMAa+6NxLo1gCXYqLN3oTFoqgzHyF9FoUzTPVV IACeNk54cECvXyHb3lFV1b1bEwHx3cU= =ldOn -----END PGP SIGNATURE----- --=-f82JR9SxaoE/Af4S+Mhm--