Dear list:

Is there any way to stop org-mode from adding blank spaces on the left margin of an R source code block when returning from editing in ESS mode? Here is an example:

1) I create my org mode file with an R source code block:

---------------------start org mode-------------------
* Trial
#+begin_src R
plot(1:10)
#+end_src
---------------------end org mode-------------------

2) I do Ctrl-' to switch to ESS mode, and then again to go back to org mode.

3) The source code block has new spaces'

---------------------start org mode-------------------
* Trial
#+begin_src R
  plot(1:10)
#+end_src
---------------------end org mode-------------------

This is mildly annoying because I edit the source code blocks both in ESS and in org-mode, and the code gets misaligned. Any ideas?
Many thanks,

Julian

--
Julian Mariano Burgos, PhD
Hafrannsóknastofnunin/Marine Research Institute
Skúlagata 4, 121 Reykjavík, Iceland
Sími/Telephone : +354-5752037
Bréfsími/Telefax:  +354-5752001
Netfang/Email: jul...@hafro.is


Reply via email to