emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Suggestion, ox-latex: Perhaps a line break should be inserted into low-level headlines
@ 2014-10-03  7:58 Anders Johansson
  2014-10-03  8:06 ` Nicolas Goaziou
  0 siblings, 1 reply; 4+ messages in thread
From: Anders Johansson @ 2014-10-03  7:58 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-10-03 19:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-03  7:58 Suggestion, ox-latex: Perhaps a line break should be inserted into low-level headlines Anders Johansson
2014-10-03  8:06 ` Nicolas Goaziou
2014-10-03 16:12   ` Anders Johansson
2014-10-03 19:41     ` Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).