Hi Bastien! > Detlef Steuer <detlef.ste...@gmx.de> writes: > > > -- test.org -------- > > * heading1 > > some text > > -------------------- > > > > to html I get a <h1 class="title">test</h1> as result. > > > > If I open the file and do C-c @ on the first heading the > > result contains <h1 class="title">heading1</h1> > > > > How do I achieve the latter in batch export? > > Please try to use > > #+OPTIONS: skip:t > > and let us know what title is used in the batch export. > > HTH,
No, it doesn't ... test.org: -------------------- #+OPTIONS: skip:t * heading1 some text -------------------- Result contains: <h1 class="title">test</h1> Detlef > > -- > Bastien > >