From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: [Babel] now understands org-mode lists Date: Thu, 18 Nov 2010 07:47:56 +0530 Message-ID: <814obf4bor.fsf@gmail.com> References: <87r5ejwlkf.fsf@gmail.com> <81tyjftqc4.fsf@gmail.com> <87d3q3h1b2.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=54573 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PIu52-0001RN-FM for emacs-orgmode@gnu.org; Wed, 17 Nov 2010 21:18:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PIu51-0006sB-9M for emacs-orgmode@gnu.org; Wed, 17 Nov 2010 21:18:32 -0500 Received: from mail-pz0-f41.google.com ([209.85.210.41]:40775) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PIu51-0006rm-40 for emacs-orgmode@gnu.org; Wed, 17 Nov 2010 21:18:31 -0500 Received: by pzk30 with SMTP id 30so528338pzk.0 for ; Wed, 17 Nov 2010 18:18:30 -0800 (PST) In-Reply-To: <87d3q3h1b2.fsf@gmail.com> (Eric Schulte's message of "Wed, 17 Nov 2010 18:14:52 -0700") 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 "Eric Schulte" writes: > Jambunathan K writes: > >> "Eric Schulte" writes: >> >>> Hi, >>> >>> I've just pushed up a small commit (including minimal documentation) >>> which teaches code blocks how to read and write Org-mode lists. The >>> following example should demonstrate the new behavior. >>> >>> >>> #+results: a-list >>> - org-mode >>> - and >>> - babel >>> >>> >>> #+source: a-list >>> #+begin_src emacs-lisp :var lst=a-list :results list >>> (reverse lst) >>> #+end_src >>> >> >> Why not call the underlying type an 'orglist'. One can for example think >> of orgpropeties etc etc. >> > > I was just thinking that list is simpler and shorter, we need not prefix > everything in the Org domain with the prefix org. Is there a regular > list that you are concerned this name will conflate with. > Probably I just jumped to a quick conclusion based on a naive understanding of the description. I thought that `results' are `output' as `orgmode lists'. Our mails have crossed. I have tried answering in the last of my previous mails most of the questions that you have raised. Ignore me if I don't make any sense :-). To reiterate: 1. Alphabetical lists has already surfaced and a patch is in progress. 2. ascii backend is the dumbest one that doesn't offer any custom style associations like HTML or OpenOffice. I find the ASCII backend the most useful of all the backends. 3. The easy menu map is one Orgmode already uses to capture 'polymorphic' behaviour as in C-c C-e binding and may be this could be used for choosing styles (from the user side). 4. The new feature could be used for 'ingestion' of custom-styles. So a power-user has better control. Jambunathan K.