From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Allan Webber Subject: Re: How to set C-o back to open-line? Date: Thu, 16 May 2013 21:28:35 -0500 Message-ID: <87ip2is5ku.fsf@earlgrey.lan> References: <87k3mysg8c.fsf@earlgrey.lan>, <20130516231012.GB8732@kuru.dyndns-at-home.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:41118) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UdAPU-0004bo-DN for emacs-orgmode@gnu.org; Thu, 16 May 2013 22:28:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UdAPP-00062z-SR for emacs-orgmode@gnu.org; Thu, 16 May 2013 22:28:44 -0400 Received: from li424-160.members.linode.com ([50.116.34.160]:45467 helo=dustycloud.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UdAPP-00062t-Nt for emacs-orgmode@gnu.org; Thu, 16 May 2013 22:28:39 -0400 In-reply-to: <20130516231012.GB8732@kuru.dyndns-at-home.com> 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: Suvayu Ali Cc: emacs-orgmode@gnu.org Suvayu Ali writes: > 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? org-defkey doesn't seem to 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, Right, exactly. The way I use org-diet often involves me splitting apart and rejoining tables and the whole "adding a new line in between" is part of expected behavior for me. The new system is driving me crazy!