From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: TODO items as part of an itemized list? Date: Mon, 26 Mar 2012 19:41:11 +0200 Message-ID: <87haxb2rbc.fsf@gnu.org> References: <12719.1332364737@alphaville> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:33759) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCDtm-0004BY-Mr for emacs-orgmode@gnu.org; Mon, 26 Mar 2012 13:40:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SCDtd-0005gj-Ia for emacs-orgmode@gnu.org; Mon, 26 Mar 2012 13:40:06 -0400 Received: from mail-wg0-f49.google.com ([74.125.82.49]:46641) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCDtd-0005fu-9O for emacs-orgmode@gnu.org; Mon, 26 Mar 2012 13:39:57 -0400 Received: by wgbdr1 with SMTP id dr1so3072217wgb.30 for ; Mon, 26 Mar 2012 10:39:55 -0700 (PDT) In-Reply-To: <12719.1332364737@alphaville> (Nick Dokos's message of "Wed, 21 Mar 2012 17:18:57 -0400") 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: nicholas.dokos@hp.com Cc: Richard Stanton , "emacs-orgmode@gnu.org" Hi Richard and Nick, Nick Dokos writes: > 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
. I fixed the LaTeX exporter, it only includes the additional \\ when the subtree has some content. Thanks Richard for reporing this. -- Bastien