32 lines
950 B
EmacsLisp
32 lines
950 B
EmacsLisp
;;; 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
|