ox-html.el (org-html-link): Don't throw an error if the value of the :ID: property has not been generated by uuidgen

* ox-html.el (org-html-link): Don't throw an error if the
value of the :ID: property has not been generated by uuidgen.

Thanks to Florian Beck for requesting this.
This commit is contained in:
Bastien Guerry 2013-02-13 15:55:26 +01:00
parent a6ac2b5fed
commit 9d85946992
1 changed files with 0 additions and 1 deletions

View File

@ -2215,7 +2215,6 @@ INFO is a plist holding contextual information. See
(case (org-element-type destination)
;; ID link points to an external file.
(plain-text
(assert (org-uuidgen-p path))
(let ((fragment (concat "ID-" path))
;; Treat links to ".org" files as ".html", if needed.
(path (funcall --link-org-files-as-html-maybe