Variable: org-texinfo-inline-image-rules
org-texinfo-inline-image-rules is a variable defined in
ox-texinfo.el.gz.
Value
(("file" . "\\(?:eps\\|gif\\|jp\\(?:e?g\\)\\|p\\(?:df\\|ng\\)\\|svg\\)"))
Documentation
Rules characterizing image files that can be inlined.
Source Code
;; Defined in /usr/src/emacs/lisp/org/ox-texinfo.el.gz
(defconst org-texinfo-inline-image-rules
(list (cons "file"
(regexp-opt '("eps" "pdf" "png" "jpg" "jpeg" "gif" "svg"))))
"Rules characterizing image files that can be inlined.")