Hello,

Anders Johansson <mejlaande...@gmail.com> writes:

> Currently low-level headlines in latex export to:
>
> \item HEADLINE-TEXT
> \label{sec-1-3}
> CONTENTS

Not really. Export respects blank lines between the headline an its
contents. So

  * Headline

    Contents

will be exported as

  \item Headline
  \label{whatever}

  Contents

> This makes the headline text and contents go together in the same line
> with just a space in between. I think there should be a line break or
> paragraph break between them.

I don't think is should be mandatory.

  * Low-level-headline ---
    Some conents

is meant to be inserted on the same line.


Regards,

-- 
Nicolas Goaziou

Reply via email to