On Thu, 29 Sep 2016, Thomas Alexander Gerds wrote:
Hi
org's development version (I am using the one updated yesterday: 2b22d50
Nicolas Go 2016-09-28) seems to ignore the :results setting of a src
block. more specifically, the export of this
#+BEGIN_SRC R :results output :exports code :session *R* :cache yes
2+2
#+END_SRC
#+RESULTS[<2016-09-29 08:32:48> e8e7ff579309fc6cacb1e75a0c1c671366c2eaf8]:
: [1] 4
should *not* include the results, but it does.
Using latest (release_8.3.6-1178-g2b22d5), I cannot reproduce.
Does `org-babel-sha1-hash' (C-c C-v a with point in the src block)
really yield "<2016-09-29 08:32:48> e8e7ff..." ??
I get "e8e7ff..." which causes no problems.
HTH,
Chuck