On Tue, Jan 31, 2017 at 9:53 AM, Nicolas Goaziou 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 shouldn't that not indent?