emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Option for minimalist html file


From: Endak A
Subject: [O] Option for minimalist html file
Date: Fri, 18 May 2012 10:59:58 -0700 (PDT)

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; charset=UTF-8" />

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:


Best wishes,

Enda

reply via email to

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