org.el: Let `C-o' insert a new row in tables and open a line elsewhere
commit45d6d8f8a287f0e5cbf9877a8aefd2571281e9ae
authorBastien Guerry <bzg@altern.org>
Fri, 5 Apr 2013 09:14:20 +0000 (5 11:14 +0200)
committerBastien Guerry <bzg@altern.org>
Fri, 5 Apr 2013 09:14:20 +0000 (5 11:14 +0200)
treef854e65668f3e54d634da4769128bdb2a6cfb283
parentd307657b9d7bc1d5c109187cfd563d8a978a5b23
org.el: Let `C-o' insert a new row in tables and open a line elsewhere

* org.el (org-ctrl-o): New command to insert a new row in
tables (like `M-S-<down>' does) and open a line elsewhere.
(org-mode-map): Bind the new command to `C-o'.
lisp/org.el