Fix `org-open-at-point' on nested objects
commitbd9e0ad63deb7fe601bb370cf611405eccae4dde
authorNicolas Goaziou <n.goaziou@gmail.com>
Thu, 27 Feb 2014 19:54:46 +0000 (27 20:54 +0100)
committerNicolas Goaziou <n.goaziou@gmail.com>
Thu, 27 Feb 2014 19:54:46 +0000 (27 20:54 +0100)
tree1d82360302fb2ecba2a2821597cf55165593eb8d
parent5dd8058c0c779a5b099d473ef885228c7a2c2773
Fix `org-open-at-point' on nested objects

* lisp/org.el (org-open-at-point): On an unsupported object nested
  within another object, try to open the parent object.

This should correctly open the following link, with point on the
verbatim object:

  [[http://orgmode.org][=verbatim=]]
lisp/org.el