From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Moe Subject: Re: css stylesheet Date: Wed, 18 Sep 2013 09:57:01 +0200 Message-ID: References: <523891E4.3060805@riseup.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48822) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMCaT-0002Wq-EA for emacs-orgmode@gnu.org; Wed, 18 Sep 2013 03:54:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VMCaL-0005Cm-Be for emacs-orgmode@gnu.org; Wed, 18 Sep 2013 03:54:13 -0400 Received: from mail-forward4.uio.no ([129.240.10.33]:40961) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMCaL-00054r-5C for emacs-orgmode@gnu.org; Wed, 18 Sep 2013 03:54:05 -0400 Received: from exim by mail-out4.uio.no with local-bsmtp (Exim 4.80.1) (envelope-from ) id 1VMCZi-0006YG-7D for emacs-orgmode@gnu.org; Wed, 18 Sep 2013 09:53:26 +0200 In-reply-to: <523891E4.3060805@riseup.net> 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: pw Cc: emacs-orgmode@gnu.org pw writes: > ... when I look at the html code generated, I can see a bunch of css which I do not want (see below). > > > Why this css code is here and how can I remove it ? It's included by default to make nice-looking HTML out of the box. >From the manual: "To turn inclusion of these defaults off, customize `org-html-head-include-default-style' or set `html-style' to `nil' in an `OPTIONS' line." [[info:org#CSS support]] Yours, Christian