From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Error with :wrap org in babel and 8.0-pre Date: Mon, 15 Apr 2013 21:56:13 +0200 Message-ID: <87y5cjy3du.fsf@gmail.com> References: <87li8ncqzq.fsf@gmail.com> <87li8jfysj.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:33980) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1URpVj-0002xE-Tg for emacs-orgmode@gnu.org; Mon, 15 Apr 2013 15:56:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1URpVi-0004hG-Uc for emacs-orgmode@gnu.org; Mon, 15 Apr 2013 15:56:19 -0400 Received: from mail-ea0-x22b.google.com ([2a00:1450:4013:c01::22b]:48171) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1URpVi-0004h5-OY for emacs-orgmode@gnu.org; Mon, 15 Apr 2013 15:56:18 -0400 Received: by mail-ea0-f171.google.com with SMTP id b15so2440917eae.16 for ; Mon, 15 Apr 2013 12:56:17 -0700 (PDT) In-Reply-To: (John Hendy's message of "Mon, 15 Apr 2013 14:35:19 -0500") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: John Hendy Cc: emacs-orgmode , Eric Schulte Hello, John Hendy writes: > #+RESULTS: > #+BEGIN_org > With the assumption of 100 lbs. of input material 1 and 200 lbs. of material 2, > we can produce the following number of widgets based on injection mold > wall thicknesses. > | wall | vals | widgets | > |-------+------+----------| > | 5 mil | 0.01 | 40000.00 | > | 6 mil | 0.01 | 33333.00 | > | 8 mil | 0.01 | 25000.00 | > #+END_org This is wrong. We discussed it months ago on this ML and, IIRC, Babel should produce "#+begin_src org" blocks, not "#+begin_org". Org documentation specifies it too. I didn't read the thread carefully, but you may want to use "drawer" output instead. Regards, -- Nicolas Goaziou