emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Re: [Orgmode] HTML export options are being ignored


From: Jason Dunsmore
Subject: Re: [O] Re: [Orgmode] HTML export options are being ignored
Date: Wed, 09 Mar 2011 10:03:45 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

Bastien <address@hidden> writes:

>> Also, I have no title when I set the title with "#+TITLE: " on the first
>> line.  I'm not sure if this has to do with org-export-html-title-format
>> being removed.
>
> Mhh.. I cannot reproduce this.  Can you check again?

I was mistaken.  It was exporting a <title>.  However, it wasn't
exporting the <h1> header with the title.  I needed to append the
following to my :html-preamble for it to have the old behavior:

<h1 class=\"title\">%t</h1>

So when :html-preamble isn't defined, #+TITLE: affects both <title> and
<h1>.  But when :html-preamble is defined, #+TITLE: only affects
<title>.

Is this a bug?  It makes sense to me that #TITLE: would add an <h1> page
heading with or without :html-preamble being defined.

Regards,
Jason



reply via email to

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