Aloha all,

Using an up-to-date Org mode from Elpa, I'm not getting inline images when the description part of the Org link is itself a link. Instead, the browser shows the alt text, which points to the link.

Here is an example from the Org mode buffer:

#+name: fig:bldg-1-5-seq
#+caption: Stratigraphic DAG of the North Area sequence based on a Harris matrix created by Craig Cessford.
[[file:~/quicklisp/local-projects/hm/examples/bldg-1-5/bldg-1-5-sequence.png][file:~/quicklisp/local-projects/hm/examples/bldg-1-5-sequence-small.jpeg]]

This is what I get in the html file:

<div id="orgc49248e" class="figure">
<p><a href="file:///home/dk/quicklisp/local-projects/hm/examples/bldg-1-5/bldg-1-5-sequence.png"><img src="file:///home/dk/quicklisp/local-projects/hm/examples/bldg-1-5-sequence-small.jpeg" alt="bldg-1-5-sequence-small.jpeg" /></a>
</p>
<p><span class="figure-number">Figure 6: </span>Stratigraphic DAG of the North Area sequence based on a Harris matrix created by Craig Cessford.</p>
</div>

I have org-html-inline-images set to t, and am viewing the output in an up-to-date Mozilla Firefox browser.

I'm expecting to see bldg-1-5-sequence-small.jpeg displayed inline. Any idea what I'm doing wrong?

All the best,
Tom
--
Thomas S. Dye
http://www.tsdye.com

Reply via email to