From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Miele Subject: Re: [PATCH] Respect buffer-local value of `org-edit-src-content-indentation' Date: Wed, 12 Feb 2020 19:28:45 +0000 Message-ID: <87ftffli4y.fsf@gmail.com> References: <87eezelxbq.fsf@gmail.com> <87a75nbsol.fsf@gnu.org> <87lfp7lkkx.fsf@gmail.com> <871rqz39ks.fsf@gnu.org> Reply-To: sebastian.miele@gmail.com Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:33046) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j1xgn-0005BF-52 for emacs-orgmode@gnu.org; Wed, 12 Feb 2020 14:28:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j1xgm-0001cM-61 for emacs-orgmode@gnu.org; Wed, 12 Feb 2020 14:28:49 -0500 In-reply-to: <871rqz39ks.fsf@gnu.org> 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-mx.org@gnu.org Sender: "Emacs-orgmode" To: Bastien Cc: emacs-orgmode@gnu.org Bastien writes: > > Sebastian Miele writes: > > > I am quite certain, that the content indentation conceptually and > > technically belongs to the buffer containing the src block. > > Sorry, I think I got confused - let's call buffer-A the one with the > "#+begin_src ... #+end_src" string and buffer-B the one you get when > C-c ' on this string (the src block). > > If "the buffer containing the src block" is buffer A, then we are on > the same line. Is it the case? Or am I still confused? Yes, we are on the same line.