From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [Babel] now understands org-mode lists Date: Thu, 18 Nov 2010 16:55:49 +0100 Message-ID: <87mxp6iq2i.wl%n.goaziou@gmail.com> References: <87r5ejwlkf.fsf@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=56065 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PJ6qD-0006pU-Mf for emacs-orgmode@gnu.org; Thu, 18 Nov 2010 10:56:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PJ6qC-0007wP-7t for emacs-orgmode@gnu.org; Thu, 18 Nov 2010 10:56:05 -0500 Received: from mail-wy0-f169.google.com ([74.125.82.169]:40013) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PJ6qC-0007wA-3C for emacs-orgmode@gnu.org; Thu, 18 Nov 2010 10:56:04 -0500 Received: by wyf23 with SMTP id 23so3481731wyf.0 for ; Thu, 18 Nov 2010 07:56:03 -0800 (PST) In-Reply-To: <87r5ejwlkf.fsf@gmail.com> 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: Eric Schulte Cc: Org Mode Hello, >>>>> Eric Schulte writes: > I've just pushed up a small commit (including minimal documentation) > which teaches code blocks how to read and write Org-mode lists. Quickly looking at your commit, may I suggest that you do not make use of `org-list-in-item-p-with-indent'? This is a low-level function, and it might be modified or even deleted in a few weeks, as I'm planning to dig into lists again. On the other hand, `org-in-item-p' won't. Moreover, the latter checks `org-list-ending-method' whereas the former doesn't. Regards, -- Nicolas