ox-epub-autoloads.el (1040B)
1 ;;; ox-epub-autoloads.el --- automatically extracted autoloads (do not edit) -*- lexical-binding: t -*- 2 ;; Generated by the `loaddefs-generate' function. 3 4 ;; This file is part of GNU Emacs. 5 6 ;;; Code: 7 8 (add-to-list 'load-path (or (and load-file-name (file-name-directory load-file-name)) (car load-path))) 9 10 11 12 ;;; Generated autoloads from ox-epub.el 13 14 (autoload 'org-epub-export-to-epub "ox-epub" "\ 15 Export the current buffer to an EPUB file. 16 17 ASYNC defines wether this process should run in the background, 18 SUBTREEP supports narrowing of the document, VISIBLE-ONLY allows 19 you to export only visible parts of the document, EXT-PLIST is 20 the property list for the export process. 21 22 (fn &optional ASYNC SUBTREEP VISIBLE-ONLY EXT-PLIST)" t) 23 (register-definition-prefixes "ox-epub" '("org-epub-")) 24 25 ;;; End of scraped data 26 27 (provide 'ox-epub-autoloads) 28 29 ;; Local Variables: 30 ;; version-control: never 31 ;; no-byte-compile: t 32 ;; no-update-autoloads: t 33 ;; no-native-compile: t 34 ;; coding: utf-8-emacs-unix 35 ;; End: 36 37 ;;; ox-epub-autoloads.el ends here