From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xebar Saram Subject: Re: editing orgmode code blocks always indents content..anyway to stop this? Date: Tue, 31 Jan 2017 09:57:06 +0200 Message-ID: References: <871svjpsvk.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=94eb2c06c19a4bf6cb05475f47e0 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59692) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cYTJM-00082p-UI for emacs-orgmode@gnu.org; Tue, 31 Jan 2017 02:57:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cYTJM-0006vb-2w for emacs-orgmode@gnu.org; Tue, 31 Jan 2017 02:57:08 -0500 Received: from mail-yb0-x22d.google.com ([2607:f8b0:4002:c09::22d]:33525) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cYTJL-0006vW-V6 for emacs-orgmode@gnu.org; Tue, 31 Jan 2017 02:57:08 -0500 Received: by mail-yb0-x22d.google.com with SMTP id w194so217861454ybe.0 for ; Mon, 30 Jan 2017 23:57:07 -0800 (PST) In-Reply-To: <871svjpsvk.fsf@nicolasgoaziou.fr> 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: Nicolas Goaziou Cc: org mode --94eb2c06c19a4bf6cb05475f47e0 Content-Type: text/plain; charset=UTF-8 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? --94eb2c06c19a4bf6cb05475f47e0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

= On Tue, Jan 31, 2017 at 9:53 AM, Nicolas Goaziou <mail@nicolasgoaziou= .fr> wrote:
org-edit-src-content-indentation

t= hx Nicolas!

i have this set in my config to '0' see here

#+BEGIN_SRC emacs-lisp =C2=A0:results none
;; don't indent source code
org-e= dit-src-content-indentation 0
;; don't = adapt indentation
org-adapt-indentation nil=
;; preserve the indentation inside of sour= ce blocks
org-src-preserve-indentation t
#+END_SRC

shouldn= 9;t that not indent?
--94eb2c06c19a4bf6cb05475f47e0--