From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Richard Subject: Re: How to set C-o back to open-line? Date: Fri, 17 May 2013 14:37:15 +0200 Message-ID: <87a9ntvl38.fsf@yahoo.fr> References: <87k3mysg8c.fsf@earlgrey.lan> <87ip2is5ku.fsf@earlgrey.lan> <5195C5C5.3050705@easy-emacs.de> <87fvxlssgm.fsf@earlgrey.lan> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:58163) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UdJuS-0006N5-6M for emacs-orgmode@gnu.org; Fri, 17 May 2013 08:37:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UdJuM-0004kO-Sk for emacs-orgmode@gnu.org; Fri, 17 May 2013 08:37:20 -0400 Received: from mxin.ulb.ac.be ([164.15.128.112]:17366) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UdJuM-0004kA-Ma for emacs-orgmode@gnu.org; Fri, 17 May 2013 08:37:14 -0400 In-Reply-To: <87fvxlssgm.fsf@earlgrey.lan> (Christopher Allan Webber's message of "Fri, 17 May 2013 07:26:27 -0500") 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: Christopher Allan Webber Cc: emacs-orgmode@gnu.org Christopher Allan Webber writes: > Hm, alright. Sadly there seems to be no way to change the key (very > un-emacs like?) That was answered by Nick Dokos ; use : (define-key org-mode-map [remap open-line] nil) (btw, why does org use remap here is a mystery to me) > (setq org-open-line 'open-line) How could that possibly work ? -- Nico.