From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Wiegley Subject: Change in org-babel with indenting code blocks? Date: Mon, 29 Aug 2011 16:07:01 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:39792) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QyAtc-0002ka-5D for emacs-orgmode@gnu.org; Mon, 29 Aug 2011 19:05:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QyAtb-0006ak-B0 for emacs-orgmode@gnu.org; Mon, 29 Aug 2011 19:05:36 -0400 Received: from lo.gmane.org ([80.91.229.12]:43401) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QyAtb-0006aa-1C for emacs-orgmode@gnu.org; Mon, 29 Aug 2011 19:05:35 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QyAtZ-0006zT-Ku for emacs-orgmode@gnu.org; Tue, 30 Aug 2011 01:05:33 +0200 Received: from c-98-215-105-167.hsd1.il.comcast.net ([98.215.105.167]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 30 Aug 2011 01:05:33 +0200 Received: from jwiegley by c-98-215-105-167.hsd1.il.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 30 Aug 2011 01:05:33 +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 I don't have any org-babel variables customized. I have a code block like this: *** NOTE Assets:Receivable:CEG #+begin_src sh :results value :exports results ledger reg --inject=Expected '^income:ceg' ledger reg --sort date -b 2007 receivable:CEG #+end_src :PROPERTIES: :ID: 8BEF6C42-8B23-495B-9421-3810B58907A1 :VISIBILITY: folded :CREATED: [2010-06-18 Fri 07:37] :END: When I put my cursor on the '*' in the heading and hit 'r', I was used to the whole entry, including the code block, getting indented by one space. Now everything *but* the code block gets indented. Is this new behavior? How do I get back to the old behavior? I don't want my code blocks sticking to a fixed column. Thanks, John