Thomas F. K. Jorna

Results 196 comments of Thomas F. K. Jorna

External links should now also show properly, although i'll need to come up with a more general solution eventually.

Hmmm I'm having a hard time reproducing this, it works fine for me With this as the source. ```org-mode #+ATTR_HTML: :width 40% :align center [[/Users/thomas/desktop/emacs.png]] ``` or this ```org-mode #+ATTR_HTML:...

I am on MacOS though, I can test this on my Linux machine later

Could you inspect the source of where that image is supposed to be? F12 to bring it up

That's very strange. Could you try both ```emacs-lisp (org-link-decode "/home/label/pix/emacs") ``` and (in a temp buffer!) ```emacs-lisp (insert-file-contents-literally "home/label/pix/emacs") ``` I wonder what causes your Emacs to instead try to...

Although I can remember having this problem myself as well, but that was only when visiting the url, but I thought I solved that in any case.

That is indeed what's supposed to happen. Hmmm.

Not yet! Could you perhaps make a separate issue for this? Will be easier for me to keep track of it

Thanks for the PR! While I like being able to configure this in Emacs, this behavior is already configurable in org-roam-ui (go to behavior and then to "Follow Emacs by..."),...

Great to hear that that worked out, I think I know what the issue is, although I thought I fixed that at some point... Basically the way we handle settings...