From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?S=C3=A9bastien_Vauban?= Subject: Re: [org-babel] Using the power of ESS inside an R source code block Date: Wed, 27 Oct 2010 09:51:03 +0200 Message-ID: <80k4l4hy54.fsf@mundaneum.com> References: <4CC40000.3090508@uni-koeln.de> <4CC40673.6030403@uni-koeln.de> <87r5feuz0y.fsf@gmail.com> <87tyk9f3sb.fsf@gmail.com> <4CC773EF.3010202@uni-koeln.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org Hi Bernd, Bernd Weiss wrote: > I only have a very (very) basic knowledge of elips. So, I guess it is pos= sible > to change the "depth" of indentation. The current indentation behaviour i= s 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 --=20 S=C3=A9bastien Vauban _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode-mXXj517/zsQ@public.gmane.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode