From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suvayu Ali Subject: Re: How to set C-o back to open-line? Date: Fri, 17 May 2013 01:10:12 +0200 Message-ID: <20130516231012.GB8732@kuru.dyndns-at-home.com> References: <87k3mysg8c.fsf@earlgrey.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:33973) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ud7JX-00035w-27 for emacs-orgmode@gnu.org; Thu, 16 May 2013 19:10:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ud7JS-0005KJ-DO for emacs-orgmode@gnu.org; Thu, 16 May 2013 19:10:22 -0400 Received: from mail-wi0-x235.google.com ([2a00:1450:400c:c05::235]:35940) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ud7JS-0005KE-6l for emacs-orgmode@gnu.org; Thu, 16 May 2013 19:10:18 -0400 Received: by mail-wi0-f181.google.com with SMTP id hi5so84366wib.8 for ; Thu, 16 May 2013 16:10:17 -0700 (PDT) Received: from kuru.dyndns-at-home.com (sd44012d5.adsl.online.nl. [212.64.18.213]) by mx.google.com with ESMTPSA id g8sm6594771wiy.4.2013.05.16.16.10.15 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 16 May 2013 16:10:16 -0700 (PDT) Content-Disposition: inline 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: emacs-orgmode@gnu.org Hello Christopher, On Thu, May 16, 2013 at 05:38:11PM -0500, 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. > > 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? Does using org-defkey instead make it work? That said, I'm curious what is so different about org-open-line? The docstring says the following: It is bound to C-o, . (org-open-line N) Insert a new row in tables, call `open-line' elsewhere. So unless you are in a table, it should be the same as normal. Is that broken? Anyway, I never use open-line myself, but I was curious after I saw several people mention it on unrelated threads on a few lists. Cheers, -- Suvayu Open source is the future. It sets us free.