From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Randby Subject: Org 8.0 HTML Export Date: Sun, 19 May 2013 21:08:18 -0400 Message-ID: <51997782.300@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:59301) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UeEaN-0001FD-Ip for emacs-orgmode@gnu.org; Sun, 19 May 2013 21:08:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UeEaM-000507-Ml for emacs-orgmode@gnu.org; Sun, 19 May 2013 21:08:23 -0400 Received: from mail-ia0-x230.google.com ([2607:f8b0:4001:c02::230]:59772) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UeEaM-0004zw-Gv for emacs-orgmode@gnu.org; Sun, 19 May 2013 21:08:22 -0400 Received: by mail-ia0-f176.google.com with SMTP id j3so4664637iae.21 for ; Sun, 19 May 2013 18:08:21 -0700 (PDT) Received: from [192.168.1.111] (cpe-24-165-203-246.neo.res.rr.com. [24.165.203.246]) by mx.google.com with ESMTPSA id d4sm9413098igc.3.2013.05.19.18.08.19 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 19 May 2013 18:08:20 -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 I'm working on switching to 8.0 and I'm having a few difficulties. I use my own style sheet for web pages, and I figured out that I needed to change #+STYLE: to #+HTML_HEAD: in order to use my style sheet. However, I don't want to include the default style and the default script when I export. I've been looking around in the ORG-NEWS file and the documentation, but I don't see anything different than what I have now. I have this in my init.el: (setq org-export-html-style "") (setq org-export-html-style-include-default nil) (setq org-export-html-style-include-scripts nil) (setq org-export-html-table-tag "") What do I need to change? Thanks, Scott Randby