From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Re: [ANN] Changes to lists Date: Tue, 08 Feb 2011 21:09:00 +0100 Message-ID: <8762suqof7.wl%n.goaziou@gmail.com> References: <87k4hve0y7.wl%n.goaziou@gmail.com> <878vy6kxbd.wl%n.goaziou@gmail.com> <20110128104159.55545pan0gj6rn48@webmail.df.eu> <87hbcmnz4f.wl%n.goaziou@gmail.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from [140.186.70.92] (port=41370 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pmts5-0004zw-7x for emacs-orgmode@gnu.org; Tue, 08 Feb 2011 15:09:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pmts4-0004JW-EP for emacs-orgmode@gnu.org; Tue, 08 Feb 2011 15:09:09 -0500 Received: from mail-wy0-f169.google.com ([74.125.82.169]:34192) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pmts4-0004JL-7D for emacs-orgmode@gnu.org; Tue, 08 Feb 2011 15:09:08 -0500 Received: by wyj26 with SMTP id 26so6470116wyj.0 for ; Tue, 08 Feb 2011 12:09:06 -0800 (PST) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Karl Maihofer Cc: emacs-orgmode@gnu.org Hello, >>>>> Karl Maihofer writes: > This does not work for me. Lists in inline tasks are still exported > as follows: > * > item 1 > * > item 2 > What do I miss? Well, nothing. I just pushed a small patch to remove unneeded newline characters. It does help a bit in you situation. Though, the default HTML template for inline tasks encloses them in a
 tag. Thus, you have to keep in mind export will be very
sensitive to white space or newlines anyway. If it doesn't fit your
needs, you can always configure org-inlinetask-export-templates.

Regards,

--
Nicolas