From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: editing orgmode code blocks always indents content..anyway to stop this? Date: Tue, 31 Jan 2017 09:06:10 +0100 Message-ID: <87poj3odql.fsf@nicolasgoaziou.fr> References: <871svjpsvk.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33265) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cYTSF-0003TR-2E for emacs-orgmode@gnu.org; Tue, 31 Jan 2017 03:06:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cYTSE-0000Rw-5P for emacs-orgmode@gnu.org; Tue, 31 Jan 2017 03:06:19 -0500 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:54536) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cYTSD-0000RW-Vk for emacs-orgmode@gnu.org; Tue, 31 Jan 2017 03:06:18 -0500 In-Reply-To: (Xebar Saram's message of "Tue, 31 Jan 2017 09:57:06 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Xebar Saram Cc: org mode Xebar Saram writes: > 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? It shouldn't. You may want to try with a minimal config, or produce an ECM. I cannot reproduce your issue. Regards,