Fix `org-store-link' in edit buffers
commitfea6dd167a37237ca58190f6f248c90e01ba75ec
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Wed, 17 Aug 2016 21:45:38 +0000 (17 23:45 +0200)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Wed, 17 Aug 2016 21:45:38 +0000 (17 23:45 +0200)
tree0750d2ca697f37ebdad332f62aba2706ee747ee8
parent48af4166fde469aaced46d70f01c39d460bd0f86
Fix `org-store-link' in edit buffers

* lisp/org.el (org-store-link): Properly handle coderef insertion in an
  edit buffer.

This patch also removes check for duplicate coderef labels, so as to be
on par with other link types.
lisp/org.el