From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: TODO items as part of an itemized list? Date: Wed, 21 Mar 2012 17:18:57 -0400 Message-ID: <12719.1332364737@alphaville> References: Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([208.118.235.92]:41842) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SASw8-000698-Hs for emacs-orgmode@gnu.org; Wed, 21 Mar 2012 17:19:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SASw6-0001op-PV for emacs-orgmode@gnu.org; Wed, 21 Mar 2012 17:19:16 -0400 Received: from g4t0017.houston.hp.com ([15.201.24.20]:7088) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SASw6-0001ka-KD for emacs-orgmode@gnu.org; Wed, 21 Mar 2012 17:19:14 -0400 In-Reply-To: Message from Richard Stanton of "Wed, 21 Mar 2012 13:40:11 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: Richard Stanton Cc: Bastien , nicholas.dokos@hp.com, "emacs-orgmode@gnu.org" Richard Stanton wrote: > Just one remaining problem, however. The exporter inserts a hard > line-break, "\\" after the first line of each of these \item entries. This > is fine when there is additional text for that item, but if the TODO item > is just one line, this results in unwanted extra white space being > inserted between the \item entries. > Yes - unfortunately it is hardwired (line 1321 of org-latex.el). AFAICT, there is no good reason for it to be included, even with additional text for the item: if one wants it, then adding one explicitly to the org file works (although the other exporters might not like that). BTW, the html exporter also adds a hardwired
. Nick