From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: Re: org-babel-trangle, proble when loop is interrupted by documentation Date: Sat, 21 Apr 2018 14:15:57 +0200 Message-ID: <87efj821s2.fsf@mat.ucm.es> References: <87sh7p0xjk.fsf@mat.ucm.es> <87sh7oex61.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48098) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f9rR2-00057V-4Z for emacs-orgmode@gnu.org; Sat, 21 Apr 2018 08:16:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f9rQz-0001wj-1A for emacs-orgmode@gnu.org; Sat, 21 Apr 2018 08:16:08 -0400 Received: from [195.159.176.226] (port=44575 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f9rQy-0001vu-PU for emacs-orgmode@gnu.org; Sat, 21 Apr 2018 08:16:04 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1f9rOp-0000Ct-QJ for emacs-orgmode@gnu.org; Sat, 21 Apr 2018 14:13:51 +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: emacs-orgmode@gnu.org > Hello, > Uwe Brauer writes: > I guess you have to set `org-src-preserve-indentation' globally, or use > "-i" flag for the block, which is locally equivalent. Great that does it. However there is still an empty line generated. Any possibility get rid of this as well, I look a bit in the org-src.el and could no find anything. Regards