emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] [babel] Bug with empty results


From: Thomas S. Dye
Subject: [O] [babel] Bug with empty results
Date: Sat, 10 Mar 2012 08:28:59 -1000

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]