From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Porter Subject: Re: BUG: Wrong indentation inside src block Date: Sat, 16 Apr 2016 09:31:30 -0500 Message-ID: <87mvotpqv1.fsf@alphapapa.net> References: <87bn5axteh.fsf@alphapapa.net> <87fuum2b8u.fsf@fm4d.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55486) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1arRGB-00065Q-1Y for emacs-orgmode@gnu.org; Sat, 16 Apr 2016 10:31:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1arRG6-00073h-30 for emacs-orgmode@gnu.org; Sat, 16 Apr 2016 10:31:42 -0400 Received: from plane.gmane.org ([80.91.229.3]:55525) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1arRG5-00073d-Sw for emacs-orgmode@gnu.org; Sat, 16 Apr 2016 10:31:38 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1arRG4-0004a8-MH for emacs-orgmode@gnu.org; Sat, 16 Apr 2016 16:31:36 +0200 Received: from 172-0-42-27.lightspeed.ltrkar.sbcglobal.net ([172.0.42.27]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 16 Apr 2016 16:31:36 +0200 Received: from adam by 172-0-42-27.lightspeed.ltrkar.sbcglobal.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 16 Apr 2016 16:31:36 +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 fm4d writes: > I can see that I should have explain it with more clarity. > I am using and the actual code is indented correctly inside > and when tangled, BUT it is displayed incorrectly in the > src block after I return from and org-indent-mode is on. > The code I posted should show what I mean, the expression inside > src block (pasted and indented correctly inside ) is just > incorrectly rendered outside of . Tracking it to this merge > commit was the best I could do, I was trying to look throught the > changes but with no luck. The only thing I can think of is that it might be something to do with indenting with tabs vs. spaces. Maybe check your indentation settings. Also see if you can reproduce it with emacs -q; if not, it's probably an issue with your config.