emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Option for minimalist html file


From: Ian Barton
Subject: Re: [O] Option for minimalist html file
Date: Sat, 19 May 2012 18:14:10 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1

On 18/05/12 18:59, Endak A wrote:
Can there be an option like

#+OPTIONS: html-minimal:t

which does not have

<script type="text/javascript">
...
</script>
<div id="preamble">
...
</div>

<div id="postamble">
...
</div>

or any of the meta tags except :
<meta http-equiv="Content-Type" content="text/html; " />

or <div id="content"> and the accompanying </div> 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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]