Hello Andrea, thanks for your bug report and your suggestion to fix the bug.
[...] > The error is due to the presence of input forms (e.g., in > www.indeed.co.uk where you can add the job you are looking for), that > are considered like urls by this function [1]. When the input form is > passed to org-make-link-string, org-make-link-string complains that the > link is empty. > > Now I solved this by adding an if statement that makes the link only if > the info passed is not nil [2], but maybe someone knows a better check > for org-eww-goto-next-url-property-change than the one using 'shr-url? I committed a fix to maint and master. Concretely I simplified your code to essentially one additional if case. You are referenced in the commit-message as reporter. Best regards, Marco