From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Re: Closing #+results: with #+end declaration? Date: Thu, 03 Mar 2011 12:11:45 +0100 Message-ID: <87wrkgmpam.fsf@gnu.org> References: <808vxv23j2.fsf@missioncriticalit.com> <80mxm9yulk.fsf@missioncriticalit.com> <87sjvj6oul.fsf@gmail.com> <80y654nq9a.fsf@somewhere.org> <87zkpjfwew.fsf@gmail.com> <87hbbqepgz.fsf@altern.org> <877hcl9rep.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=50174 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pv6Rr-0006Or-NV for emacs-orgmode@gnu.org; Thu, 03 Mar 2011 06:12:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pv6Rq-0000C6-GO for emacs-orgmode@gnu.org; Thu, 03 Mar 2011 06:11:59 -0500 Received: from mail-wy0-f169.google.com ([74.125.82.169]:35669) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pv6Rq-0000Bx-9g for emacs-orgmode@gnu.org; Thu, 03 Mar 2011 06:11:58 -0500 Received: by wyi11 with SMTP id 11so1082390wyi.0 for ; Thu, 03 Mar 2011 03:11:57 -0800 (PST) In-Reply-To: <877hcl9rep.fsf@gmail.com> (Eric Schulte's message of "Sun, 27 Feb 2011 13:00:28 -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: =?iso-8859-1?Q?S=E9bastien?= Vauban , emacs-orgmode@gnu.org Hi Eric, "Eric Schulte" writes: > #+begin_src emacs-lisp :results wrap :exports both > (mapcar (lambda (el) (list el (+ 1 (* el el)))) (number-sequence 0 10)) > #+end_src > > #+results: > #+BEGIN_RESULT > | 0 | 1 | > | 1 | 2 | > | 2 | 5 | > | 3 | 10 | > | 4 | 17 | > | 5 | 26 | > | 6 | 37 | > | 7 | 50 | > | 8 | 65 | > | 9 | 82 | > | 10 | 101 | > #+END_RESULT > > I've just added documentation of the "wrap" header argument to the > manual. Thanks -- IMHO wrapping with begin/end_result could be the default, or even the only option avaiable (but it would break current code.) > I agree that (possibly aside from clarity) there is no real need for the > end block to specify its type. However as I use helper methods > (e.g. yasnippets) for all block creation, then extra characters > represent no real typing burden. Let's think about this later, no real emergency here. Thanks for your feedback, -- Bastien -- Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode