From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Allan Webber Subject: How to set C-o back to open-line? Date: Thu, 16 May 2013 17:38:11 -0500 Message-ID: <87k3mysg8c.fsf@earlgrey.lan> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:51267) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ud6oW-0005Dz-Rw for Emacs-orgmode@gnu.org; Thu, 16 May 2013 18:38:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ud6oR-0001wR-Fv for Emacs-orgmode@gnu.org; Thu, 16 May 2013 18:38:20 -0400 Received: from li424-160.members.linode.com ([50.116.34.160]:45247 helo=dustycloud.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ud6oR-0001w9-Cb for Emacs-orgmode@gnu.org; Thu, 16 May 2013 18:38:15 -0400 Received: from earlgrey.lan (localhost [127.0.0.1]) by dustycloud.org (Postfix) with ESMTPS id 134D5268AA for ; Thu, 16 May 2013 18:38:14 -0400 (EDT) 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 I really hate org-open-line... I can see why people might want it, but it's messed up my workflow. I'd like to set C-o back. However, I have no idea what org-defkey is doing, but I expected this to work: (define-key org-mode-map (kbd "C-o") 'open-line) it isn't working! How to get the standard-ol-open-line behavior back?