0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-16 12:16:27 +00:00

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

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