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