Allow radio links after an apostrophe and mid-word
commit1c1936fbb1f0c42e5c7e1d3c903626aa5993a357
authorNicolas Goaziou <n.goaziou@gmail.com>
Tue, 25 Mar 2014 09:15:25 +0000 (25 10:15 +0100)
committerNicolas Goaziou <n.goaziou@gmail.com>
Tue, 25 Mar 2014 09:21:26 +0000 (25 10:21 +0100)
tree6b22347ad8e9e7da2583e6e88096d303ef8d6291
parentbebb7597a79df0c1d93cafcc6cccfacddd40d6be
Allow radio links after an apostrophe and mid-word

* lisp/org.el (org-make-target-link-regexp): Allow radio links after
  an apostrophe and mid-word.  Small refactoring.

* testing/lisp/test-ox.el (test-org-export/resolve-radio-link): Add
  test.

See http://permalink.gmane.org/gmane.emacs.orgmode/84108.
lisp/org.el
testing/lisp/test-ox.el