Hello org users,

I am trying to export an org file to the "content" part of a HTML file. Using header lines and inline html blocks, I basically succeeded in constructing it the way I need it. However, there is still one stumbling block: It seems that it is hardcoded to use the title of the org file as the first H1 element. This breaks my file, so I would like to suppress that, together with the first <div> element. Does anybody know how to achieve that? Or are there better ways to achieve this?
What I have so far basically looks like this:

#+TITLE: Kanripo 漢籍リポジトリ
#+SETUPFILE: kanripo.blog.setup
#+OPTIONS:   num:nil toc:nil html-style:nil

#+begin_html
<div class="navbar navbar-inverse navbar-fixed-top">
  <div class="navbar-inner">
    <div class="container">
...
#+end_html

** Here starts the first real head

..
and so on

Any help appreciated,

Christian

--
Christian Wittern, Kyoto

Reply via email to