Variable: org-texinfo-link-with-unknown-path-format
org-texinfo-link-with-unknown-path-format is a customizable variable
defined in ox-texinfo.el.gz.
Value
"@indicateurl{%s}"
Documentation
Format string for links with unknown path type.
Source Code
;; Defined in /usr/src/emacs/lisp/org/ox-texinfo.el.gz
;;;; Links
(defcustom org-texinfo-link-with-unknown-path-format "@indicateurl{%s}"
"Format string for links with unknown path type."
:type 'string)