From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Salome =?iso-8859-1?Q?S=F6dergran"?= Subject: LaTeX-export: configure itemize Date: Mon, 18 Jun 2012 18:13:12 +0200 Message-ID: <20447.21400.401287.757331@lappland.efeu> Reply-To: salome.soedergran@gmx.ch Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:56841) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SgeZv-0005zT-BE for emacs-orgmode@gnu.org; Mon, 18 Jun 2012 12:13:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SgeZp-0006MM-8F for emacs-orgmode@gnu.org; Mon, 18 Jun 2012 12:13:22 -0400 Received: from mail.vadian.net ([194.230.72.92]:1378) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SgeZp-0006M0-1F for emacs-orgmode@gnu.org; Mon, 18 Jun 2012 12:13:17 -0400 Received: from lappland (unverified [89.217.49.41]) by mail.vadian.net (Rockliffe SMTPRA 9.0.1) with ESMTP id for ; Mon, 18 Jun 2012 18:13:14 +0200 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 Hello experts When exporting from org (v. 7.8.02) to LaTeX, items in the itemize-environment look like this: \item Here comes the text \\ \label{subsec-1} \item ... I want to get rid of the linebreak (\\) and don't really need the labels. I have customized the variable org-export-latex-low-levels ("\\begin{itemize}" "\\end{itemize}" "\\item %s"). When exporting the whole buffer I get the desired result but when I export a subtree or region the lower levels are not exported at all. Is there anything else I have to do or is this a bug? Best, Salome