On 15/11/2025 19:52, Ihor Radchenko wrote:
+ (browse-url (format" http://dx.doi.org/%s" doi)))) + (t (user-error "No URL or DOI for `%s'" + (org-cite-basic--get-key !citation-object))))))]This can probably be a separate new function instead of adding inline lambda.
Perhaps resolver URL should be a user option (similar to`org-link-doi-server-url'). `browse-url' configuration for "doi:" scheme may be even better, but I have no idea how to properly do it at package level.
