New commands `org-next-block' and `org-previous-block'
commiteac6af707c6f81643da2c37fe52929fcb5b1110f
authorBastien Guerry <bzg@altern.org>
Fri, 8 Feb 2013 16:11:13 +0000 (8 17:11 +0100)
committerBastien Guerry <bzg@altern.org>
Fri, 8 Feb 2013 16:11:13 +0000 (8 17:11 +0100)
tree91dae18f7568667b126485527c4355fc2af1b17f
parent6bcd7c44ec12ea0f6d0da0f54f9ded46bd310637
New commands `org-next-block' and `org-previous-block'

* ob-core.el (org-babel-next-src-block)
(org-babel-previous-src-block): Rewrite using
`org-next-block'.

* org.el (org-next-block, org-previous-block): New navigation
commands.
(org-mode-map): Bind the new commands to C-c C-F and C-c C-B
respectively.

Thanks to Bill White for suggesting this.
lisp/ob-core.el
lisp/org.el