emacs-config/elpa/ox-epub-20181101.1854/ox-epub-autoloads.el
2020-06-07 10:51:14 +02:00

32 lines
950 B
EmacsLisp
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

;;; ox-epub-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
(add-to-list 'load-path (directory-file-name
(or (file-name-directory #$) (car load-path))))
;;;### (autoloads nil "ox-epub" "ox-epub.el" (0 0 0 0))
;;; Generated autoloads from ox-epub.el
(autoload 'org-epub-export-to-epub "ox-epub" "\
Export the current buffer to an EPUB file.
ASYNC defines wether this process should run in the background,
SUBTREEP supports narrowing of the document, VISIBLE-ONLY allows
you to export only visible parts of the document, EXT-PLIST is
the property list for the export process.
\(fn &optional ASYNC SUBTREEP VISIBLE-ONLY EXT-PLIST)" t nil)
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ox-epub" '("org-epub-")))
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; coding: utf-8
;; End:
;;; ox-epub-autoloads.el ends here