** export of inline R code :PROPERTIES: :DATE: 2011-03-03 :END: Here I test inline code evaluation in R. #+begin_src R :session *R* x <- 100 #+end_src : 100 Now I want to export the value of x, which should be src_R[:session *R*]{x} . Did the number 100 show up at the end of the previous sentence on export?