Hi Bernd, Bernd Weiss wrote: > I only have a very (very) basic knowledge of elips. So, I guess it is possible > to change the "depth" of indentation. The current indentation behaviour is as > follows: > > #+BEGIN_SRC R :results output :exports results > library(MASS) > plot(1,1) > for(i in 1:10){ > print(i) > } > [...] > > However, I would prefer... > > #+BEGIN_SRC R :results output :exports results > library(MASS) > plot(1,1) > for(i in 1:10){ > print(i) > } > [...]
For that specific question: #+begin_src emacs-lisp ;; don't indent the content of a source code block (setq org-edit-src-content-indentation 0) #+end_src Best regards, Seb -- Sébastien Vauban _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode