emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Re: Prevent titles from appearing in export to html


From: Saptarshi Guha
Subject: [Orgmode] Re: Prevent titles from appearing in export to html
Date: Tue, 10 Nov 2009 14:10:00 -0500

Hello,
I probably confused everybody. The
#+TITLE:
affects the <title> tag.

My apologies, what I wanted to remove was the <h1 class="title"> tag.
Which i managed via

h1.title{
    color:white;
    text-indent : -9999px;
    height:0;
    padding:0px;
    margin:0;
}

css.

Thank you and sorry for the confusion.
Regards
Saptarshi


On Tue, Nov 10, 2009 at 1:58 PM, Bill Powell <address@hidden> wrote:
> +++ Saptarshi Guha [10/11/09 13:44 -0500]:
>> Hello,
>> I did try this, but it still appears in the html export (taking the
>> first line from text before the first h1)
>>
>> Regards
>> Saptarshi
>>
>>
>> > Try adding
>> > #+TITLE:
>> >
>> > -Bernt
>> >
>
> Saptarshi,
>
> Did you try using export options?
>
> #+OPTIONS: title:nil
>
> The manual has many other useful options under
> Exporting ->
> Export options
>
> Hope this helps,
> Bill
>
>
> --
> _____________________________________________________________
>
> http://stmarysmessenger.com : New Catholic magazine for kids!
> http://wineskinmedia.com : Books and sites crafted with care.
> http://billpowellisalive.com : Man found alive with two legs.
> _____________________________________________________________
>
>




reply via email to

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