From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: How to set C-o back to open-line? Date: Sat, 31 Aug 2013 08:12:34 +0200 Message-ID: References: <87k3mysg8c.fsf@earlgrey.lan> Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60178) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VFeQL-0000ox-NC for Emacs-orgmode@gnu.org; Sat, 31 Aug 2013 02:12:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VFeQG-0001Lt-IS for Emacs-orgmode@gnu.org; Sat, 31 Aug 2013 02:12:41 -0400 Received: from mail-ea0-x22f.google.com ([2a00:1450:4013:c01::22f]:54220) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VFeQG-0001Ll-BX for Emacs-orgmode@gnu.org; Sat, 31 Aug 2013 02:12:36 -0400 Received: by mail-ea0-f175.google.com with SMTP id m14so1268577eaj.6 for ; Fri, 30 Aug 2013 23:12:35 -0700 (PDT) In-Reply-To: <87k3mysg8c.fsf@earlgrey.lan> 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 Hi Christopher, Would you like to prepare a patch to this effect? - Carsten On 17.5.2013, at 00:38, Christopher Allan Webber = wrote: > 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. >=20 > However, I have no idea what org-defkey is doing, but I expected this = to > work: >=20 > (define-key org-mode-map (kbd "C-o") 'open-line) >=20 > it isn't working! >=20 > How to get the standard-ol-open-line behavior back? >=20