Fix C-c C-c behaviour on some objectsrelease_8.2.4
commitaf6f14d907dc2f0116af9e513bbbd3771cc690aa
authorNicolas Goaziou <n.goaziou@gmail.com>
Tue, 3 Dec 2013 20:41:48 +0000 (3 21:41 +0100)
committerNicolas Goaziou <n.goaziou@gmail.com>
Tue, 3 Dec 2013 20:41:48 +0000 (3 21:41 +0100)
tree6c3c1d7abdb2f3af3969c793686fb8bee5726722
parent8953b417f205752aa4548a74518e16b2b54330ca
Fix C-c C-c behaviour on some objects

* lisp/org.el (org-ctrl-c-ctrl-c): When point is on an unsupported
  object, look for something to do at a higher level instead of
  bailing out.

For example, C-c C-c should toggle checkbox in the following example
even though X point is technically on a subscript.

  - [ ] a_Xb
lisp/org.el