From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: outline-demote incorrectly demotes leaf nodes Date: Fri, 21 Oct 2011 16:22:46 +0200 Message-ID: <87r526s50k.fsf@altern.org> References: <20111018105406.921@usenet.piggo.com> <4E9D4E10.6070606@christianmoe.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:38336) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RHHbi-0004pp-1a for emacs-orgmode@gnu.org; Fri, 21 Oct 2011 12:06:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RHHbd-00034X-Na for emacs-orgmode@gnu.org; Fri, 21 Oct 2011 12:06:06 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:41860) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RHHbd-00034B-Hg for emacs-orgmode@gnu.org; Fri, 21 Oct 2011 12:06:01 -0400 Received: by wyg34 with SMTP id 34so4942847wyg.0 for ; Fri, 21 Oct 2011 09:06:00 -0700 (PDT) In-Reply-To: (Michael Brand's message of "Wed, 19 Oct 2011 17:39:54 +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: Michael Brand Cc: emacs-orgmode@gnu.org, =?iso-8859-1?Q?S=E9bastien?= Delafond , Sanjoy Mahajan , Carsten Dominik Hi Michael, Michael Brand writes: > My suggestion is something like > > (define-key org-mode-map [remap outline-promote] 'org-promote-subtree) > (define-key org-mode-map [remap outline-demote] 'org-demote-subtree) I've taken this road and committed the change, thanks for the suggestion. > permanently built into Org mode (not in org-mode-hook) for these and > maybe even a few more outline-* bindings to get the incompatible > outline-* bindings out of the way from within Org mode. If other use-cases come up, we will handle them then. Thanks, -- Bastien