From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sander Boer Subject: org-store-agenda-views ignores org-export-htmlize-output-type 'css Date: Wed, 15 Feb 2012 13:59:02 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:46164) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RxeSG-0004vn-M6 for emacs-orgmode@gnu.org; Wed, 15 Feb 2012 07:59:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RxeSB-0004Fd-2a for emacs-orgmode@gnu.org; Wed, 15 Feb 2012 07:59:28 -0500 Received: from plane.gmane.org ([80.91.229.3]:33659) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RxeSA-0004FX-SZ for emacs-orgmode@gnu.org; Wed, 15 Feb 2012 07:59:23 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1RxeS7-0007y3-8C for emacs-orgmode@gnu.org; Wed, 15 Feb 2012 13:59:19 +0100 Received: from archx.demon.nl ([83.160.190.30]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 15 Feb 2012 13:59:19 +0100 Received: from sanderboer by archx.demon.nl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 15 Feb 2012 13:59:19 +0100 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 Hi, I'm trying to streamline my agenda views, but I cannot seem to get agendas to be exported *without* inline-css. Right now I have this in my startup files: (setq org-export-htmlize-output-type 'css) (setq org-export-htmlized-org-css-url "misc/style.css") Even when trying this in the scratch buffer, the css is still inline. Help and tips appreciated. Sander