I realize this is a 3 year old thread. I’m trying it out for the first time and all works fairly well in my Doom Emacs setup. One issue that I have is that the echo area will get filled up with repeating values of either the org-hookmark:// link or nil. Is there any way to not have those values consistently being populated?
I’m thinking some variation of the below should work, but so far I’ve not been successful.
(let ((inhibit-message t)
(message-log-max nil)))