ox-texinfo: Add missing autoload cookies

* lisp/ox-texinfo.el (org-texinfo-export-to-texinfo):
(org-texinfo-export-to-info): Add autoload cookie.
This commit is contained in:
Nicolas Goaziou 2017-09-15 21:10:29 +02:00
parent 8383f7e08b
commit 9c4ee81a8b
1 changed files with 2 additions and 0 deletions

View File

@ -1575,6 +1575,7 @@ contextual information."
;;; Interactive functions
;;;###autoload
(defun org-texinfo-export-to-texinfo
(&optional async subtreep visible-only body-only ext-plist)
"Export current buffer to a Texinfo file.
@ -1609,6 +1610,7 @@ Return output file's name."
(org-export-to-file 'texinfo outfile
async subtreep visible-only body-only ext-plist)))
;;;###autoload
(defun org-texinfo-export-to-info
(&optional async subtreep visible-only body-only ext-plist)
"Export current buffer to Texinfo then process through to INFO.