Log in Sign up

Org-Mode image syntax?

How would I use an image in an org-mode file. Traditionally, I'd do something like [[file:clock.png][clock]] but it seems like that's not working.


8 months ago, 4 replies   org   images   Edit question

here is the code tested:

_clock.png

_hero.jpg

[[file:_clock.png][clock]]

[[_clock.png]]

[[_hero.jpg]]

and resulting screenshot:

Answered 8 months ago · Edit answer

There seems to be a bug with image labels which I will fix. For now, the following works:

[[file:_clock.png]]

This is now documented on the Org-Mode page.

Answered 8 months ago · Edit answer

Thanks so much! I'll follow this thread to see when the image labels are fixed.

Answered 8 months ago · Edit answer