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.
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 answerThere 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 answerThanks so much! I'll follow this thread to see when the image labels are fixed.
Answered 8 months ago · Edit answer