my-emacs-d/elpa/org-projectile-20160822.2123/org-projectile-autoloads.el

48 lines
1.5 KiB
EmacsLisp
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

;;; 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