From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Barton Subject: Re: Option for minimalist html file Date: Sat, 19 May 2012 18:14:10 +0100 Message-ID: <4FB7D4E2.1070809@wilkesley.net> References: <1337363998.45694.YahooMailNeo@web121405.mail.ne1.yahoo.com> Reply-To: ian@manor-farm.org 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 ([208.118.235.92]:46111) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SVnEg-0000rx-6U for emacs-orgmode@gnu.org; Sat, 19 May 2012 13:14:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SVnEe-00052R-FN for emacs-orgmode@gnu.org; Sat, 19 May 2012 13:14:33 -0400 Received: from mail2.wilkesley.net ([109.74.196.44]:33247 helo=li40-130.members.linode.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SVnEe-00050J-96 for emacs-orgmode@gnu.org; Sat, 19 May 2012 13:14:32 -0400 Received: from [192.168.0.183] (unknown [217.146.125.41]) (Authenticated sender: lists@wilkesley.net) by li40-130.members.linode.com (Postfix) with ESMTPSA id 0D4E8357F4D for ; Sat, 19 May 2012 18:14:10 +0100 (BST) In-Reply-To: <1337363998.45694.YahooMailNeo@web121405.mail.ne1.yahoo.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 18/05/12 18:59, Endak A wrote: > Can there be an option like > > #+OPTIONS: html-minimal:t > > which does not have > > >
> ... >
> >
> ... >
> > or any of the meta tags except : > > > or
and the accompanying
but obviously the > stuff in-between. > > If I want to, I can insert any of the html code that is missing from the > minimalist version that I want using #+HTML: or #+STYLE: > > You can achieve this by using the bodyonly option when exporting and the putting in the rest your self using #+HTML: Ian.