Browse Source

ox-texinfo: Add missing autoload cookies

* lisp/ox-texinfo.el (org-texinfo-export-to-texinfo):
(org-texinfo-export-to-info): Add autoload cookie.
Nicolas Goaziou 7 years ago
parent
commit
9c4ee81a8b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      lisp/ox-texinfo.el

+ 2 - 0
lisp/ox-texinfo.el

@@ -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.