org.el: Don't bind C-<up> and C-<down> to `org-element-backward/forward'.
commitee1d70172dc945afe0ba7160c878afc8d50f6a5e
authorBastien Guerry <bzg@altern.org>
Thu, 2 Aug 2012 16:18:35 +0000 (2 18:18 +0200)
committerBastien Guerry <bzg@altern.org>
Thu, 2 Aug 2012 16:18:35 +0000 (2 18:18 +0200)
tree97b43f543922c5314ee2cea7e281db99ff0a1e08
parent21ec0159b8dd9983bdf81d4052d9b62b0515c6c5
org.el: Don't bind C-<up> and C-<down> to `org-element-backward/forward'.

* org.el (org-mode-map): Don't bind C-<up> and C-<down> to
`org-element-backward/forward' as these functions stops when
there is no element of the same type before/after point.  It
is useful to navigate with `forward/backward-paragraph' with
no stop in most cases.
lisp/org.el