Implement `org-export-custom-protocol-maybe' and use it
commit39001557880e92f6a73fb4378544a25ee4beece5
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Sun, 4 Jan 2015 20:54:41 +0000 (4 21:54 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Sun, 4 Jan 2015 21:16:36 +0000 (4 22:16 +0100)
tree935fde8a2c7fefbfa820db401845fc7c713e08ed
parent8ce845ba6c51bf5e0bc35d309a04484fbf3504e8
Implement `org-export-custom-protocol-maybe' and use it

* lisp/ox.el (org-export-custom-protocol-maybe): New function.
* contrib/lisp/ox-groff.el (org-groff-link):
* lisp/ox-ascii.el (org-ascii-link):
* lisp/ox-beamer.el (org-beamer-link):
* lisp/ox-html.el (org-html-link):
* lisp/ox-latex.el (org-latex-link):
* lisp/ox-man.el (org-man-link):
* lisp/ox-md.el (org-md-link):
* lisp/ox-odt.el (org-odt-link):
* lisp/ox-texinfo.el (org-texinfo-link): Use new function.

* testing/lisp/test-ox.el (test-org-export/custom-protocol-maybe): New
  test.
contrib/lisp/ox-groff.el
lisp/ox-ascii.el
lisp/ox-beamer.el
lisp/ox-html.el
lisp/ox-latex.el
lisp/ox-man.el
lisp/ox-md.el
lisp/ox-odt.el
lisp/ox-texinfo.el
lisp/ox.el
testing/lisp/test-ox.el