From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [ANN] List improvement v.2 Date: Sun, 25 Jul 2010 18:17:59 +0200 Message-ID: <87bp9vo7rc.wl%n.goaziou@gmail.com> References: <87ocdzw7gq.wl%n.goaziou@gmail.com> <87ocdyrv79.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=43971 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Od3uE-0008KZ-Us for emacs-orgmode@gnu.org; Sun, 25 Jul 2010 12:18:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Od3u7-0003D7-GM for emacs-orgmode@gnu.org; Sun, 25 Jul 2010 12:18:21 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:42029) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Od3u7-0003Cf-A3 for emacs-orgmode@gnu.org; Sun, 25 Jul 2010 12:18:19 -0400 Received: by wyg36 with SMTP id 36so1769516wyg.0 for ; Sun, 25 Jul 2010 09:18:17 -0700 (PDT) In-Reply-To: <87ocdyrv79.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 List Hello, >>>>> Eric Schulte writes: > 2) This is very minor, but could you rebase your branch against master? > That would make switching back and forth slightly easier. I rebased against master and pushed to github. > 3) Since I can't help but relate things to Babel... What do you think > about having list types recognized by Babel (as arrays). This could > add nice flexibility to passing data back and forth between Babel and > the buffer, it could make it possible to do some fancy list stuff, > and if we add Hash-Maps or Dictionaries to Babel as first class > objects (which seems like a reasonable move at some point in the > nearish future) then they could integrate well with description > lists. It's a good idea, and I think the job from org-list side is already done, thanks to Bastien Guerry. You should have a look at `org-list-parse-list' and `org-list-to-generic'. With both of them, you can change a list back and forth to anything you'd like. Regards, -- Nicolas