emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Christian Wittern <cwittern@gmail.com>
To: Org Mode Mailing List <emacs-orgmode@gnu.org>
Subject: HTML export without org title as H1?
Date: Fri, 10 Jun 2016 21:03:32 +0900	[thread overview]
Message-ID: <575AAC94.1040303@gmail.com> (raw)

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	other threads:[~2016-06-10 12:03 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-10 12:03 Christian Wittern [this message]
2016-06-10 13:17 ` HTML export without org title as H1? John Kitchin
2016-06-10 23:06   ` Christian Wittern

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=575AAC94.1040303@gmail.com \
    --to=cwittern@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).