From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anders Johansson Subject: Suggestion, ox-latex: Perhaps a line break should be inserted into low-level headlines Date: Fri, 03 Oct 2014 09:58:38 +0200 Message-ID: <542E572E.50106@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:32776) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZxlO-0001qn-GY for emacs-orgmode@gnu.org; Fri, 03 Oct 2014 03:59:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XZxlF-0004mg-Gd for emacs-orgmode@gnu.org; Fri, 03 Oct 2014 03:58:54 -0400 Received: from mail-la0-x231.google.com ([2a00:1450:4010:c03::231]:58035) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZxlF-0004mX-7L for emacs-orgmode@gnu.org; Fri, 03 Oct 2014 03:58:45 -0400 Received: by mail-la0-f49.google.com with SMTP id q1so574308lam.8 for ; Fri, 03 Oct 2014 00:58:43 -0700 (PDT) Received: from [130.238.77.105] (pc105.kvk.uu.se. [130.238.77.105]) by mx.google.com with ESMTPSA id 3sm2408804lam.43.2014.10.03.00.58.42 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 03 Oct 2014 00:58:42 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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