Function: org-texinfo-publish-to-texinfo
org-texinfo-publish-to-texinfo is an autoloaded and byte-compiled
function defined in ox-texinfo.el.gz.
Signature
(org-texinfo-publish-to-texinfo PLIST FILENAME PUB-DIR)
Documentation
Publish an org file to Texinfo.
FILENAME is the filename of the Org file to be published. PLIST is the property list for the given project. PUB-DIR is the publishing directory.
Return output file name.
Source Code
;; Defined in /usr/src/emacs/lisp/org/ox-texinfo.el.gz
;;;###autoload
(defun org-texinfo-publish-to-texinfo (plist filename pub-dir)
"Publish an org file to Texinfo.
FILENAME is the filename of the Org file to be published. PLIST
is the property list for the given project. PUB-DIR is the
publishing directory.
Return output file name."
(org-publish-org-to 'texinfo filename ".texi" plist pub-dir))