From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: [Babel] now understands org-mode lists Date: Thu, 18 Nov 2010 09:34:30 -0700 Message-ID: <87pqu2zj3d.fsf@gmail.com> References: <87r5ejwlkf.fsf@gmail.com> <87mxp6iq2i.wl%n.goaziou@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=37108 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PJ7RT-0001lP-V4 for emacs-orgmode@gnu.org; Thu, 18 Nov 2010 11:34:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PJ7RT-0007cD-3A for emacs-orgmode@gnu.org; Thu, 18 Nov 2010 11:34:35 -0500 Received: from mail-gx0-f169.google.com ([209.85.161.169]:39573) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PJ7RS-0007c2-VL for emacs-orgmode@gnu.org; Thu, 18 Nov 2010 11:34:35 -0500 Received: by gxk7 with SMTP id 7so2354076gxk.0 for ; Thu, 18 Nov 2010 08:34:34 -0800 (PST) In-Reply-To: <87mxp6iq2i.wl%n.goaziou@gmail.com> (Nicolas Goaziou's message of "Thu, 18 Nov 2010 16:55:49 +0100") 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: Nicolas Goaziou Cc: Org Mode Changed, Thanks -- Eric Nicolas Goaziou writes: > 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