Hi Nicolas,
For the org-org-export-to-org function, if the input is
============================================================
* test
#+BEGIN_SRC R -n :var a=1
a
#+END_SRC
============================================================
the output is
============================================================
* test
#+BEGIN_SRC R -n
a
#+END_SRC
============================================================
That is, the ":var a=1" header argument is stripped (but the "-n" switch is
preserved). Is this intentional?
I think /everything/ in the #+BEGIN_SRC line should be preserved. What do you
think?
Thanks!
--
Best,
Hsiu-Khuern.