From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sean O'Halpin" Subject: C-o now mapped to org-ctrl-o surprise Date: Sat, 13 Apr 2013 22:28:30 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:34176) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UR7zs-0003EK-6N for emacs-orgmode@gnu.org; Sat, 13 Apr 2013 17:28:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UR7zr-0007Ic-BU for emacs-orgmode@gnu.org; Sat, 13 Apr 2013 17:28:32 -0400 Received: from mail-wi0-x231.google.com ([2a00:1450:400c:c05::231]:33253) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UR7zr-0007IN-4N for emacs-orgmode@gnu.org; Sat, 13 Apr 2013 17:28:31 -0400 Received: by mail-wi0-f177.google.com with SMTP id hm14so537391wib.4 for ; Sat, 13 Apr 2013 14:28:30 -0700 (PDT) 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: Org Mode Hi, I was quite surprised after pulling down master to find that C-o has been bound to org-ctrl-o (commit 45d6d8f8 2013-04-05 11:14:20 +0200). I personally don't use open-line much myself so remap this key for my own use. Wouldn't it be better to do something like: (define-key org-mode-map [remap open-line] 'org-ctrl-o) and let the user choose which key does open-line rather than create a new keybinding which might override a user definition? Also, perhaps the function should be called org-open-line rather than org-ctrl-o. Regards, Sean