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 08:53:51 +0100 Message-ID: <871svjpsvk.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59186) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cYTGJ-0006zc-Vd for emacs-orgmode@gnu.org; Tue, 31 Jan 2017 02:54:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cYTGF-0006Kr-0A for emacs-orgmode@gnu.org; Tue, 31 Jan 2017 02:54:00 -0500 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:50015) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cYTGE-0006Jd-QJ for emacs-orgmode@gnu.org; Tue, 31 Jan 2017 02:53:54 -0500 In-Reply-To: (Xebar Saram's message of "Tue, 31 Jan 2017 08:36:24 +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 Hello, Xebar Saram writes: > i have this weird behaviour where when sometime i edit org code blocks the > text moves (i guess indents) automatically so i start with this > > #+BEGIN_SRC emacs-lisp :results none > (require 'gnus) > (require 'nnir) > #+END_SRC > > > > and the text switches automatically to this: > > #+BEGIN_SRC emacs-lisp :results none > (require 'gnus) > (require 'nnir) > #+END_SRC > > > is there a setting to disable this? See `org-edit-src-content-indentation'. Regards, -- Nicolas Goaziou