From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thomas S. Dye" Subject: Images in HTML export Date: Sat, 17 Feb 2018 12:01:49 -1000 Message-ID: <87o9kn9sxe.fsf@tsdye.com> Mime-Version: 1.0 Content-Type: text/plain; format=flowed Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56645) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1enAYh-0004gf-2O for emacs-orgmode@gnu.org; Sat, 17 Feb 2018 17:02:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1enAYd-0006s3-62 for emacs-orgmode@gnu.org; Sat, 17 Feb 2018 17:02:15 -0500 Received: from gproxy6-pub.mail.unifiedlayer.com ([67.222.39.168]:51802) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1enAYd-0006qM-0L for emacs-orgmode@gnu.org; Sat, 17 Feb 2018 17:02:11 -0500 Received: from cmgw2 (unknown [10.0.90.83]) by gproxy6.mail.unifiedlayer.com (Postfix) with ESMTP id 7E9AE1E0866 for ; Sat, 17 Feb 2018 15:02:01 -0700 (MST) Received: from cpe-98-155-168-227.hawaii.res.rr.com ([98.155.168.227]:45668 helo=pop-os) by box472.bluehost.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.89_1) (envelope-from ) id 1enAYO-002sZs-03 for emacs-orgmode@gnu.org; Sat, 17 Feb 2018 15:01:56 -0700 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Org Mode List 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:

bldg-1-5-sequence-small.jpeg

Figure 6: Stratigraphic DAG of the North Area sequence based on a Harris matrix created by Craig Cessford.

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