emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Suggestion, ox-latex: Perhaps a line break should be inserted into l


From: Anders Johansson
Subject: [O] Suggestion, ox-latex: Perhaps a line break should be inserted into low-level headlines
Date: Fri, 03 Oct 2014 09:58:38 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.2

Hi,
Currently low-level headlines in latex export to:

\item HEADLINE-TEXT
\label{sec-1-3}
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.

Something like

\item HEADLINE-TEXT
\label{sec-1-3}\\
CONTENTS

Or:

\item HEADLINE-TEXT
\label{sec-1-3}

CONTENTS

The first variant means modifying the headline-label variable (or something like that) in org-latex-headline. The second is less messy to implement.

Cheers,
Anders Johansson



reply via email to

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