Fix wrong-type-argument error when opening id link
commite186cc804b9302e3c85a149cf2a08ed124634b6b
authorNicolas Goaziou <n.goaziou@gmail.com>
Sun, 3 Nov 2013 12:06:14 +0000 (3 13:06 +0100)
committerNicolas Goaziou <n.goaziou@gmail.com>
Sun, 3 Nov 2013 12:06:14 +0000 (3 13:06 +0100)
tree91ec99d87636b7c1b9f3aa45c80784ef81bdcbd9
parentd7379053c0ad41e151f5403d1e5f051b9cc7ce70
Fix wrong-type-argument error when opening id link

* lisp/org.el (org-open-at-point): Check if link is non-nil before
  matching it.

Reported-by: Daniel Clemente <n142857@gmail.com>
lisp/org.el