From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Wiegley Subject: Re: Change in org-babel with indenting code blocks? Date: Wed, 31 Aug 2011 10:57:29 -0500 Message-ID: References: <874o0yir4p.fsf@gmail.com> <87zkiqghdk.fsf@gmail.com> <10639.1314777743@alphaville.dokosmarshall.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:55146) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QynAU-0002if-Vz for emacs-orgmode@gnu.org; Wed, 31 Aug 2011 11:57:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QynAU-0006CB-0e for emacs-orgmode@gnu.org; Wed, 31 Aug 2011 11:57:34 -0400 Received: from mail-qw0-f41.google.com ([209.85.216.41]:44622) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QynAT-0006C6-TN for emacs-orgmode@gnu.org; Wed, 31 Aug 2011 11:57:33 -0400 Received: by qwa26 with SMTP id 26so376715qwa.0 for ; Wed, 31 Aug 2011 08:57:33 -0700 (PDT) In-Reply-To: <10639.1314777743@alphaville.dokosmarshall.org> (Nick Dokos's message of "Wed, 31 Aug 2011 04:02:23 -0400") 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: nicholas.dokos@hp.com Cc: Bastien Guerry , emacs-orgmode@gnu.org, Nicolas Goaziou >>>>> Nick Dokos writes: > And while I'm at it, what is "r" bound to? In my case, it is > 'org-self-insert-command: even after turning on org-indent-mode, "r" > self-inserts. What am I missing? It is a "speed key", which is bound only when point is on the '*' of a headline. John