Remove special behaviour for TARGET keyword
commit479c21336fb0ba79a17372fab2bc1b342f1f56c7
authorNicolas Goaziou <n.goaziou@gmail.com>
Thu, 4 Apr 2013 17:23:07 +0000 (4 19:23 +0200)
committerNicolas Goaziou <n.goaziou@gmail.com>
Thu, 4 Apr 2013 18:38:27 +0000 (4 20:38 +0200)
treef716a8888977122c14b5931b0046cea1800791b2
parent3d65b46c0cefb37808507ba1cc61c6c35e3230f2
Remove special behaviour for TARGET keyword

* lisp/org.el (org-store-link, org-link-search, org-options-keywords):
  Remove reference to TARGET keyword.
* lisp/ox.el (org-export-resolve-fuzzy-link, org-export-get-ordinal):
  Do not use TARGET as a destination for links anymore.
* testing/lisp/test-ox.el: Update tests.
* testing/lisp/test-org.el: Update tests.

Its specifications were not useful enough to keep maintaining this
feature.
lisp/org.el
lisp/ox.el
testing/lisp/test-org.el
testing/lisp/test-ox.el