Xebar Saram <zelt...@gmail.com> writes: > On Tue, Jan 31, 2017 at 9:53 AM, Nicolas Goaziou <m...@nicolasgoaziou.fr> > wrote: > > org-edit-src-content-indentation > > thx Nicolas! > > i have this set in my config to '0' see here > > #+BEGIN_SRC emacs-lisp :results none > ;; don't indent source code > org-edit-src-content-indentation 0 > ;; don't adapt indentation > org-adapt-indentation nil > ;; preserve the indentation inside of source blocks > org-src-preserve-indentation t > #+END_SRC >
I don't understand what you are doing here: this is not lisp code, unless there is context that you are not telling us about. How exactly do you set it to 0 in your config? Also, have you checked that it is 0 at runtime? C-h v org-edit-src-content-indentation RET. -- Nick