Prevent duplicating calls to `org-link-search'
commit776449fd7d07d56fd947d72706da9f682cdc994b
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Tue, 4 Aug 2015 12:32:55 +0000 (4 14:32 +0200)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Tue, 4 Aug 2015 12:32:55 +0000 (4 14:32 +0200)
tree4527e50a2016c8b0c32e8f77162de8b264e2bb80
parentb4d85b47a9fe0b39b59f7b9295203e1d30c76c9a
Prevent duplicating calls to `org-link-search'

* lisp/org.el (org-open-at-point): Do not call twice `org-link-search'
  when destination is not accessible within the current narrowed part of
  the buffer.
lisp/org.el