From mboxrd@z Thu Jan 1 00:00:00 1970 From: david@adboyd.com (J. David Boyd) Subject: Re: Babel blocks not indented Date: Thu, 09 May 2013 23:32:26 -0400 Message-ID: <87fvxvh5md.fsf@adboyd.com> References: <87d2t24swa.fsf@free.fr> <878v3qsldc.fsf@gmail.com> <87wqra31ie.fsf@free.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:53469) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uae4Z-0002Zp-Vc for emacs-orgmode@gnu.org; Thu, 09 May 2013 23:32:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uae4Y-0002yn-WD for emacs-orgmode@gnu.org; Thu, 09 May 2013 23:32:43 -0400 Received: from plane.gmane.org ([80.91.229.3]:60960) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uae4Y-0002yj-QE for emacs-orgmode@gnu.org; Thu, 09 May 2013 23:32:42 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Uae4W-0006OJ-HX for emacs-orgmode@gnu.org; Fri, 10 May 2013 05:32:40 +0200 Received: from 72.185.97.240 ([72.185.97.240]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 10 May 2013 05:32:40 +0200 Received: from david by 72.185.97.240 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 10 May 2013 05:32:40 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Julien Cubizolles writes: > Eric Schulte writes: > >> Julien Cubizolles writes: >> >>> I'm new to babel and I'm experiencing a strange problem. A >>> src_block created with ">> in. Here is an example: >>> >> >> Try "TAB > That's what I was doing but it seems the problem lies with > org-indent-mode and is also present with regular text. Apparently, > disabling and re-enabling seems to fix it. I'll investigate further. > > Julien. I change my mode to whatever my src is in when I want indenting to work properly, then change it back when I want to see it as an org file again. Dave