[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] How to set C-o back to open-line?
From: |
Nick Dokos |
Subject: |
Re: [O] How to set C-o back to open-line? |
Date: |
Thu, 16 May 2013 19:04:38 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) |
Christopher Allan Webber <address@hidden> writes:
> 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?
>
>
Try
(define-key org-mode-map [remap open-line] nil)
You may have to do it in a hook.
See
(info "(elisp) Remapping commands")
for details.
--
Nick
- [O] How to set C-o back to open-line?, Christopher Allan Webber, 2013/05/16
- Re: [O] How to set C-o back to open-line?,
Nick Dokos <=
- Re: [O] How to set C-o back to open-line?, Suvayu Ali, 2013/05/16
- Re: [O] How to set C-o back to open-line?, Christopher Allan Webber, 2013/05/16
- Re: [O] How to set C-o back to open-line?, Andreas Röhler, 2013/05/17
- Re: [O] How to set C-o back to open-line?, Nicolas Richard, 2013/05/17
- Re: [O] How to set C-o back to open-line?, Christopher Allan Webber, 2013/05/17
- Re: [O] How to set C-o back to open-line?, Nicolas Richard, 2013/05/17
- Re: [O] How to set C-o back to open-line?, Christopher Allan Webber, 2013/05/17
- Re: [O] How to set C-o back to open-line?, Suvayu Ali, 2013/05/17
Re: [O] How to set C-o back to open-line?, Carsten Dominik, 2013/05/17