emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* How to omit h1 title heading in HTML export?
@ 2013-06-03 17:20 *
  2013-06-04  8:12 ` flammable project
  0 siblings, 1 reply; 5+ messages in thread
From: * @ 2013-06-03 17:20 UTC (permalink / raw)
  To: emacs-orgmode

Dear list

When exporting an Org-mode file to HTML, I have noticed the following:
the first child of the div with id=content is an h1 heading enclosing
the filename (minus extension), or the value of TITLE keyword.

How can I keep HTML export from producing this h1 heading?

For instance say I have a homepage.org file, and that I export this
file to HTML with default settings. In the exported HTML file, I would
find the following snippet:

<body>
<div id="content">
<h1 class="title">homepage</h1>
<div id="table-of-contents">

For what I'm doing, it would be better if the exported file didn't
include the line
<h1 class="title">homepage</h1>

How can I tell HTML export to not put this line in the file that it produces?

At the moment my fix is some CSS...
div#content > h1:first-child { display: none; }

I'm using Org-mode version 8.0.3, Emacs 24.3.1

Best...

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-06-05 18:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-03 17:20 How to omit h1 title heading in HTML export? *
2013-06-04  8:12 ` flammable project
2013-06-04 17:16   ` *
2013-06-04 17:24     ` Rasmus
2013-06-05 18:48       ` *

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).