Klimi's new dotfiles with stow.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

54 lines
1.7 KiB

4 years ago
  1. ;;; org-re-reveal-autoloads.el --- automatically extracted autoloads
  2. ;;
  3. ;;; Code:
  4. (add-to-list 'load-path (directory-file-name
  5. (or (file-name-directory #$) (car load-path))))
  6. ;;;### (autoloads nil "org-re-reveal" "org-re-reveal.el" (0 0 0 0))
  7. ;;; Generated autoloads from org-re-reveal.el
  8. (autoload 'org-re-reveal-publish-to-reveal "org-re-reveal" "\
  9. Publish an Org file to HTML.
  10. FILENAME is the filename of the Org file to be published. PLIST
  11. is the property list for the given project. PUB-DIR is the
  12. publishing directory. Optional BACKEND may specify a derived export
  13. backend.
  14. Return output file name.
  15. \(fn PLIST FILENAME PUB-DIR &optional BACKEND)" nil nil)
  16. (autoload 'org-re-reveal-publish-to-reveal-client "org-re-reveal" "\
  17. Publish an Org file to HTML as multiplex client.
  18. FILENAME is the filename of the Org file to be published. PLIST
  19. is the property list for the given project. PUB-DIR is the
  20. publishing directory. Optional BACKEND may specify a derived export
  21. backend.
  22. If `org-re-reveal-client-multiplex-filter' is non-nil, use it as regular
  23. expression to only publish FILENAME if it matches this regular expression.
  24. Return output file name.
  25. \(fn PLIST FILENAME PUB-DIR &optional BACKEND)" nil nil)
  26. (autoload 'org-re-reveal-version "org-re-reveal" "\
  27. Display version string for org-re-reveal from Lisp file.
  28. \(fn)" t nil)
  29. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "org-re-reveal" '("org-re-reveal-")))
  30. ;;;***
  31. ;;;### (autoloads nil nil ("org-re-reveal-pkg.el" "ox-re-reveal.el")
  32. ;;;;;; (0 0 0 0))
  33. ;;;***
  34. ;; Local Variables:
  35. ;; version-control: never
  36. ;; no-byte-compile: t
  37. ;; no-update-autoloads: t
  38. ;; coding: utf-8
  39. ;; End:
  40. ;;; org-re-reveal-autoloads.el ends here