(My original message didn't make it to the list, even though my follow-up message did. Either the mailing list manager doesn't like zip files or the size) Resending it ... -------- Forwarded Message -------- Subject: Bug: Texinfo export: Inline images are NOT rendered in INFO viewer [9.4.5 (release_9.4.5-354-g40b70c @ /home/rameshnedunchezian/src/org-mode/lisp/)] Date: Fri, 30 Apr 2021 15:34:14 +0530 From: Ramesh Nedunchezian To: emacs-orgmode@gnu.org Bug: Texinfo export: Inline images are NOT rendered in INFO viewer [9.4.5 (release_9.4.5-354-g40b70c @ /home/rameshnedunchezian/src/org-mode/lisp/)] 1. Unzip the attached zip file. 2. C-x C-f doc/helm.org. Note that it has inline image. 3. C-u C-h i doc/helm.info and rename the buffer. Note that it doesn't display the inline image. 4. C-u C-h i doc/helm-1.info and rename the buffer. Note that it DOES display the inline image. See the attached screenshot for what the above steps looks like. (3) above is a bug. (4) above is after applying the remedy. You can do a ./helm.sh to recreate the above texi files. This file also has additional observations. TLDR: The presence of leading "./" in texi file's `@image ...' creates the problem.