;;; org-projectile-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
(add-to-list 'load-path (or (file-name-directory #$) (car load-path)))

;;;### (autoloads nil "org-projectile" "org-projectile.el" (22490
;;;;;;  46092 579337 228000))
;;; Generated autoloads from org-projectile.el

(autoload 'org-projectile:toggle-subheading "org-projectile" "\
Toggle subheading setting for heading at point.

When a heading is considered a subheading it will appear in
org-projectile search commands.

\(fn)" t nil)

(autoload 'org-projectile:template-or-project "org-projectile" "\
Select a project or org capture template and record a TODO.

If ARG is provided use `org-projectile:linked-capture-template'
as the capture template.

\(fn &optional ARG)" t nil)

(autoload 'org-projectile:project-todo-completing-read "org-projectile" "\
Select a project using a `projectile-completing-read' and record a TODO.

If CAPTURE-TEMPLATE is provided use it as the capture template for the TODO.

\(fn &optional CAPTURE-TEMPLATE &rest ADDITIONAL-OPTIONS)" t nil)

(autoload 'org-projectile:capture-for-current-project "org-projectile" "\
Capture a TODO for the current active projectile project.

If CAPTURE-TEMPLATE is provided use it as the capture template for the TODO.

\(fn &optional CAPTURE-TEMPLATE &rest ADDITIONAL-OPTIONS)" t nil)

;;;***

;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; End:
;;; org-projectile-autoloads.el ends here