Fix exporting radio link with missing radio target
commitae457e7dce5c7b4321a95589382311e8056e6743
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Wed, 27 Aug 2014 22:48:17 +0000 (28 00:48 +0200)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Wed, 27 Aug 2014 22:48:17 +0000 (28 00:48 +0200)
treea040041e429a53ea7e43b026fea86b7e6690614a
parent409913b253de2de1b49f9468a4b77b9292e090c4
Fix exporting radio link with missing radio target

* contrib/lisp/ox-groff.el (org-groff-link):
* lisp/ox-beamer.el (org-beamer-link):
* lisp/ox-html.el (org-html-link):
* lisp/ox-latex.el (org-latex-link):
* lisp/ox-odt.el (org-odt-link): When radio link has no valid
  target (e.g., this is a subtree export and the radio target is not
  in the exported subtree), simply return contents.

Thanks to Daniel Clement for reporting it.
http://permalink.gmane.org/gmane.emacs.orgmode/90218
contrib/lisp/ox-groff.el
lisp/ox-beamer.el
lisp/ox-html.el
lisp/ox-latex.el
lisp/ox-odt.el