org-element: Externalize docview links
commit55c0708bc40c1fccf5ca7a6b82a1bbeb89a0b99e
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Tue, 3 Feb 2015 22:00:21 +0000 (3 23:00 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Tue, 3 Feb 2015 22:00:21 +0000 (3 23:00 +0100)
treedf8a4ffb4bd1de48f17eb2b4a47fd930888c5ae9
parent21c73e38e45c90c6c4f36a446f9cb11cb24a2559
org-element: Externalize docview links

* lisp/org-element.el (org-element-link-type-is-file): Remove.
(org-element-link-parser): Do not treat specially anymore "docview"
link type.

* testing/lisp/test-org-element.el (test-org-element/link-parser):
  Update test.

* lisp/org-docview.el (org-docview-export): Fix path.

"docview" is a custom link type handled in its own library.  There is
no reason to include it in core parser.
lisp/org-docview.el
lisp/org-element.el
testing/lisp/test-org-element.el