spacemacs

Drew Verlee 2021-12-01T02:46:55.145300Z

@thomascpendergrast how would i check?

practicalli-johnny 2021-12-01T05:39:03.145600Z

I assume it's the same as for a local images, except the filename for the image is a URI display local images with SPC m T i to org-toggle-inline-images

thompen 2021-12-01T05:52:06.145800Z

[[]] [[ #+BEGIN_SRC elisp (setq org-display-remote-inline-images 'download) (org-toggle-inline-images) (org-mode) #+END_SRC

thompen 2021-12-01T05:54:53.146Z

Play around with the different toggles, and make sure org-display-remote-inline-images is set to 'download or 'cached. You should at least be seeing the local image, cause that does seem to work.

practicalli-johnny 2021-12-01T13:02:04.146400Z

The org-display-remote-inline-images variable is in Spacemacs (I updated the packages a couple of days ago, not sure when org-mode 9.4 was released). So in theory it should work. Trying now.

practicalli-johnny 2021-12-01T13:22:38.146600Z

I can display a local image, but the example code block doesnt render a remote image. I am sure I have done a remote image before in a presentation somewhere...

practicalli-johnny 2021-12-01T13:39:57.146800Z

In the past I have just used SPC SPC org-download-image and that works just fine for me.

thompen 2021-12-01T14:54:13.147100Z

do you mean it displayed inside emacs or when exported to html ?

practicalli-johnny 2021-12-01T17:40:36.147300Z

It display in emacs. Are you asking about something different?

thompen 2021-12-01T22:21:00.148500Z

No, I'm interested in it displaying inside of emacs. I'm just wondering if that was the case when you had a remote image in a presentation.

practicalli-johnny 2021-12-02T00:31:56.153300Z

I was just showing the magic of Emacs https://skillsmatter.com/skillscasts/13276-open-source-your-digital-life-with-emacs The images make a brief appearance at 10 mins into the video

Drew Verlee 2021-12-01T22:04:56.148400Z

@jr0cket From https://practical.li/spacemacs/clojure-projects/project-configuration.html#project-level-configuration My Space f A isn't reload buffer, and helm doesn't show me a "reload buffer" option if i serach for reload or buffer.

practicalli-johnny 2021-12-02T00:07:42.149Z

Doh, it should be SPC b R to revert-buffer

practicalli-johnny 2021-12-02T00:14:48.152600Z

Book should be updated soon, sorry for the confusion

Drew Verlee 2021-12-02T00:15:34.152900Z

ty ty