emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] Images in HTML export


From: Thomas S. Dye
Subject: [O] Images in HTML export
Date: Sat, 17 Feb 2018 12:01:49 -1000
User-agent: mu4e 0.9.18; emacs 25.2.2

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

[Prev in Thread] Current Thread [Next in Thread]