org-mode/contrib/babel/lisp
Dan Davison 68a1240db8 org-babel: ensure that result is returned when using :results output
One half of this patch is a revert of c167a4ac32.

These changes are necessary so that :results output works correctly
with #+lob calls. For example the following example did not work:

--------------------------------------------------
3. :results output org -> doesn't work with #+lob:
--------------------------------------------------
\#+srcname: randthree(n,max)
\#+begin_src ruby
number = n
maximum = max
puts "* Random numbers\n" +
"Here are some random numbers: " +
(1..number).collect {|x| (rand * maximum).ceil }.join(", ") +
"."
\#+end_src

\#+lob: randthree(n=3,max=10) :results output org
2009-10-20 09:24:15 -04:00
..
langs org-babel: ensure that result is returned when using :results output 2009-10-20 09:24:15 -04:00
org-babel-comint.el merging with the org-babel repository 2009-09-11 13:44:05 -06:00
org-babel-exp.el now respects the properties on export 2009-09-12 12:14:09 -06:00
org-babel-lob.el org-babel: allow #+lob line to be terminated by end-of-buffer 2009-09-30 07:19:13 -06:00
org-babel-ref.el org-babel: a bug in reference-resolution caused by a typo 2009-10-19 23:33:13 -04:00
org-babel-table.el merging with the org-babel repository 2009-09-11 13:44:05 -06:00
org-babel-tangle.el org-babel: make org-babel-tangle-file interactive 2009-10-19 21:45:15 -04:00
org-babel.el org-babel: ensure that result is returned when using :results output 2009-10-20 09:24:15 -04:00