From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Randby Subject: Re: Org 8.0 HTML Export Date: Mon, 20 May 2013 09:30:56 -0400 Message-ID: <519A2590.10502@gmail.com> References: <51997782.300@gmail.com> <20130520092215.GB6464@kuru.dyndns-at-home.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]:51090) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UeQB3-00042D-L9 for emacs-orgmode@gnu.org; Mon, 20 May 2013 09:31:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UeQB2-0000wi-DQ for emacs-orgmode@gnu.org; Mon, 20 May 2013 09:31:01 -0400 Received: from mail-ia0-x22c.google.com ([2607:f8b0:4001:c02::22c]:53107) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UeQB2-0000we-7Q for emacs-orgmode@gnu.org; Mon, 20 May 2013 09:31:00 -0400 Received: by mail-ia0-f172.google.com with SMTP id y26so6861651iab.31 for ; Mon, 20 May 2013 06:30:59 -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 wn10sm11493893igb.2.2013.05.20.06.30.57 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 20 May 2013 06:30:58 -0700 (PDT) In-Reply-To: <20130520092215.GB6464@kuru.dyndns-at-home.com> 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 On 05/20/2013 05:22 AM, Suvayu Ali wrote: > Hi Scott, > > On Sun, May 19, 2013 at 09:08:18PM -0400, Scott Randby wrote: >> 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? > > > > Hope this helps, > Thanks, that worked. Scott Randby