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.