From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabrice Popineau Subject: Python src blocks indent Date: Tue, 16 May 2017 21:11:13 +0200 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="94eb2c05b01ea21d93054fa8f055" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44573) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dAhsd-0008Kg-OK for emacs-orgmode@gnu.org; Tue, 16 May 2017 15:11:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dAhsc-0003mu-Sj for emacs-orgmode@gnu.org; Tue, 16 May 2017 15:11:35 -0400 Received: from mail-qk0-x229.google.com ([2607:f8b0:400d:c09::229]:36091) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dAhsc-0003me-O3 for emacs-orgmode@gnu.org; Tue, 16 May 2017 15:11:34 -0400 Received: by mail-qk0-x229.google.com with SMTP id u75so138119418qka.3 for ; Tue, 16 May 2017 12:11:34 -0700 (PDT) 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: "emacs-orgmode@gnu.org" --94eb2c05b01ea21d93054fa8f055 Content-Type: text/plain; charset="UTF-8" Hi, 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. If I set (setq org-edit-src-content-indentation 0) then the code blocks are ok. Any idea where to look for to track this problem further down ? Best regards, Fabrice --94eb2c05b01ea21d93054fa8f055 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable --94eb2c05b01ea21d93054fa8f055--