Re: [O] How to omit h1 title heading in HTML export?

2013-06-05 Thread *
On 6/4/13, Rasmus ras...@gmx.us wrote: * viki.ve...@gmail.com writes: Hey Basile Thanks for your reply! Yes, the suggestion helps :-) A blank TITLE option seems to produce some empty tags like so: h1 class=title/h1 And maybe there are also some jquery fixes, for instance... $(#content

Re: [O] How to omit h1 title heading in HTML export?

2013-06-04 Thread flammable project
Hi, Here is what I usely do, I ommit (left blank) the content beside the #+TITLE: option. Maybe it will help you! Regards, Basile 2013/6/3 * viki.ve...@gmail.com Dear list When exporting an Org-mode file to HTML, I have noticed the following: the first child of the div with id=content

Re: [O] How to omit h1 title heading in HTML export?

2013-06-04 Thread *
Hey Basile Thanks for your reply! Yes, the suggestion helps :-) A blank TITLE option seems to produce some empty tags like so: h1 class=title/h1 And maybe there are also some jquery fixes, for instance... $(#content h1:first-child).hide(); Sometimes tricks are fun, but I guess one of my

Re: [O] How to omit h1 title heading in HTML export?

2013-06-04 Thread Rasmus
* viki.ve...@gmail.com writes: Hey Basile Thanks for your reply! Yes, the suggestion helps :-) A blank TITLE option seems to produce some empty tags like so: h1 class=title/h1 And maybe there are also some jquery fixes, for instance... $(#content h1:first-child).hide(); Sometimes

[O] How to omit h1 title heading in HTML export?

2013-06-03 Thread *
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