org-loaddefs.el 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. ;;; org-loaddefs.el --- automatically extracted autoloads
  2. ;;
  3. ;;; Code:
  4. ;;;### (autoloads nil "ox-gfm" "ox-gfm.el" "b1dcbd82b1d53de31b8d936edddebb27")
  5. ;;; Generated autoloads from ox-gfm.el
  6. (autoload 'org-gfm-export-as-markdown "ox-gfm" "\
  7. Export current buffer to a Github Flavored Markdown buffer.
  8. If narrowing is active in the current buffer, only export its
  9. narrowed part.
  10. If a region is active, export that region.
  11. A non-nil optional argument ASYNC means the process should happen
  12. asynchronously. The resulting buffer should be accessible
  13. through the `org-export-stack' interface.
  14. When optional argument SUBTREEP is non-nil, export the sub-tree
  15. at point, extracting information from the headline properties
  16. first.
  17. When optional argument VISIBLE-ONLY is non-nil, don't export
  18. contents of hidden elements.
  19. Export is done in a buffer named \"*Org GFM Export*\", which will
  20. be displayed when `org-export-show-temporary-export-buffer' is
  21. non-nil.
  22. \(fn &optional ASYNC SUBTREEP VISIBLE-ONLY)" t nil)
  23. (autoload 'org-gfm-convert-region-to-md "ox-gfm" "\
  24. Assume the current region has org-mode syntax, and convert it
  25. to Github Flavored Markdown. This can be used in any buffer.
  26. For example, you can write an itemized list in org-mode syntax in
  27. a Markdown buffer and use this command to convert it.
  28. \(fn)" t nil)
  29. (autoload 'org-gfm-export-to-markdown "ox-gfm" "\
  30. Export current buffer to a Github Flavored Markdown file.
  31. If narrowing is active in the current buffer, only export its
  32. narrowed part.
  33. If a region is active, export that region.
  34. A non-nil optional argument ASYNC means the process should happen
  35. asynchronously. The resulting file should be accessible through
  36. the `org-export-stack' interface.
  37. When optional argument SUBTREEP is non-nil, export the sub-tree
  38. at point, extracting information from the headline properties
  39. first.
  40. When optional argument VISIBLE-ONLY is non-nil, don't export
  41. contents of hidden elements.
  42. Return output file's name.
  43. \(fn &optional ASYNC SUBTREEP VISIBLE-ONLY)" t nil)
  44. ;;;***
  45. (provide 'org-loaddefs)
  46. ;; Local Variables:
  47. ;; version-control: never
  48. ;; no-byte-compile: t
  49. ;; no-update-autoloads: t
  50. ;; coding: utf-8
  51. ;; End:
  52. ;;; org-loaddefs.el ends here