From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: Re: [babel] Bug with empty results Date: Mon, 12 Mar 2012 11:57:12 -0400 Message-ID: <878vj5g69p.fsf@gmx.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:58854) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S77f4-0002U9-9A for emacs-orgmode@gnu.org; Mon, 12 Mar 2012 12:00:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S77ep-0000Sl-Sa for emacs-orgmode@gnu.org; Mon, 12 Mar 2012 11:59:45 -0400 Received: from mailout-us.gmx.com ([74.208.5.67]:49670 helo=mailout-us.mail.com) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1S77ep-0000Nv-Kx for emacs-orgmode@gnu.org; Mon, 12 Mar 2012 11:59:35 -0400 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: "Thomas S. Dye" Cc: Org-mode Fixed, Thanks for the report. tsd@tsdye.com (Thomas S. Dye) writes: > Aloha all, > > BEGIN and END are transposed with empty results, as shown in the example > below. The results shown are from two evaluations of the source code > block. > > I'm using Org-mode version 7.8.03 (release_7.8.03.575.g06a1b) > > All the best, > Tom > > * Empty results > #+begin_src emacs-lisp :results silent > (org-babel-do-load-languages > 'org-babel-load-languages > '((R . t) > )) > #+end_src > #+name: show-bug > #+header: :results output replace org > #+BEGIN_SRC R > #+END_SRC > #+results: show-bug > #+END_ORG > #+BEGIN_ORG > #+END_ORG > #+BEGIN_ORG -- Eric Schulte http://cs.unm.edu/~eschulte/