From mboxrd@z Thu Jan 1 00:00:00 1970 From: tsd@tsdye.com (Thomas S. Dye) Subject: [babel] Bug with empty results Date: Sat, 10 Mar 2012 08:28:59 -1000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:59137) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S6R2T-00074J-9g for emacs-orgmode@gnu.org; Sat, 10 Mar 2012 13:29:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S6R2R-0001fP-BA for emacs-orgmode@gnu.org; Sat, 10 Mar 2012 13:29:08 -0500 Received: from oproxy5-pub.bluehost.com ([67.222.38.55]:56580) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1S6R2R-0001ef-2D for emacs-orgmode@gnu.org; Sat, 10 Mar 2012 13:29:07 -0500 Received: from cpe-24-94-66-191.hawaii.res.rr.com ([24.94.66.191] helo=poto) by box472.bluehost.com with esmtpa (Exim 4.76) (envelope-from ) id 1S6R2L-0002XW-Tn for emacs-orgmode@gnu.org; Sat, 10 Mar 2012 11:29:02 -0700 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: Org-mode 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 -- T.S. Dye & Colleagues, Archaeologists 735 Bishop St, Suite 315, Honolulu, HI 96813 Tel: 808-529-0866, Fax: 808-529-0884 http://www.tsdye.com