Fix open-at-point in example blocks and diary-sexps
commit5d99560ddf4ea362394a645d3cefcc4d8cb80686
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Thu, 22 Jun 2017 08:32:40 +0000 (22 10:32 +0200)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Thu, 22 Jun 2017 16:30:58 +0000 (22 18:30 +0200)
treef46379c6c42d287fdc3e58ce63be41e33b6dea12
parent521734d51fa2695257793886cb62d16851185d63
Fix open-at-point in example blocks and diary-sexps

* lisp/org.el (org-open-at-point): Also open links in example blocks
  and diary-sexps.

* testing/lisp/test-org.el (test-org/open-at-point/keyword):
(test-org/open-at-point/property):
(test-org/open-at-point/comment): Add tests.

Reported-by: Dieter Faulbaum <Dieter.Faulbaum@helmholtz-berlin.de>
<http://lists.gnu.org/archive/html/emacs-orgmode/2017-06/msg00277.html>
lisp/org.el
testing/lisp/test-org.el