From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Python src blocks indent Date: Wed, 17 May 2017 14:27:52 +0200 Message-ID: <87mvabr7lj.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38800) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dAy3o-0001jb-9H for emacs-orgmode@gnu.org; Wed, 17 May 2017 08:28:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dAy3n-0004mw-Ew for emacs-orgmode@gnu.org; Wed, 17 May 2017 08:28:12 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:46871) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dAy3n-0004mQ-8c for emacs-orgmode@gnu.org; Wed, 17 May 2017 08:28:11 -0400 In-Reply-To: (Fabrice Popineau's message of "Tue, 16 May 2017 21:11:13 +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: Fabrice Popineau Cc: "emacs-orgmode@gnu.org" Hello, Fabrice Popineau writes: > I have a problem with Python src blocks indentation. > At the moment, I export IPython notebooks with ox-ipynb > (https://github.com/jkitchin/scimax/blob/master/ox-ipynb.el > from scimax by John Kitchin) > > All the lines but the first one in src code blocks have 2 superfluous > leading spaces. What do you mean by 2 superfluous leading spaces? org-edit-src-content-indentation default value is 2. Do yo mean there are now 4 spaces? Could you show an ECM? Regards, -- Nicolas Goaziou