From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Preservation of white space in babel blocks, exporting to PDF Date: Sat, 01 Feb 2014 22:02:25 +0100 Message-ID: <87k3der1ge.fsf@gmail.com> References: <87eh3od13z.fsf@gmail.com> <87y51vhjq6.fsf@gmail.com> <87ppn7hhwt.fsf@gmail.com> <87lhxv7mym.fsf@med.uni-goettingen.de> <87a9ebs0dn.fsf@gmail.com> <87ob2qr32x.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33701) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W9hhd-0002XO-KA for emacs-orgmode@gnu.org; Sat, 01 Feb 2014 16:02:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W9hhV-00041w-38 for emacs-orgmode@gnu.org; Sat, 01 Feb 2014 16:02:13 -0500 Received: from mail-wg0-x22b.google.com ([2a00:1450:400c:c00::22b]:41323) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W9hhU-00041k-RI for emacs-orgmode@gnu.org; Sat, 01 Feb 2014 16:02:04 -0500 Received: by mail-wg0-f43.google.com with SMTP id y10so10597666wgg.22 for ; Sat, 01 Feb 2014 13:02:03 -0800 (PST) In-Reply-To: <87ob2qr32x.fsf@gmail.com> (Nicolas Goaziou's message of "Sat, 01 Feb 2014 21:27:18 +0100") 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: John Hendy Cc: Andreas Leha , emacs-orgmode Completing myself, Nicolas Goaziou writes: > Babel happens to indent source blocks when re-inserting them after > evaluation. So you get tabs even if you didn't explicitly write them in > the first place. ... but this shouldn't happen if `org-src-preserve-indentation' is non-nil. I fixed that in maint. Thank you for the report.