2016-10-17 21:42:31 +00:00
|
|
|
|
;;; org-random-todo-autoloads.el --- automatically extracted autoloads
|
|
|
|
|
;;
|
|
|
|
|
;;; Code:
|
|
|
|
|
(add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path))))
|
|
|
|
|
|
2016-10-18 10:52:16 +00:00
|
|
|
|
;;;### (autoloads nil "org-random-todo" "org-random-todo.el" (22535
|
|
|
|
|
;;;;;; 7925 902225 740000))
|
2016-10-17 21:42:31 +00:00
|
|
|
|
;;; Generated autoloads from org-random-todo.el
|
|
|
|
|
|
|
|
|
|
(autoload 'org-random-todo "org-random-todo" "\
|
|
|
|
|
Show a random TODO notification from your agenda files.
|
|
|
|
|
See `org-random-todo-files' to change what files are crawled.
|
|
|
|
|
Runs `org-random-todo--update-cache' if TODO's are out of date.
|
|
|
|
|
|
|
|
|
|
\(fn)" t nil)
|
|
|
|
|
|
|
|
|
|
(defvar org-random-todo-mode nil "\
|
|
|
|
|
Non-nil if Org-Random-Todo mode is enabled.
|
|
|
|
|
See the `org-random-todo-mode' command
|
|
|
|
|
for a description of this minor mode.
|
|
|
|
|
Setting this variable directly does not take effect;
|
|
|
|
|
either customize it (see the info node `Easy Customization')
|
|
|
|
|
or call the function `org-random-todo-mode'.")
|
|
|
|
|
|
|
|
|
|
(custom-autoload 'org-random-todo-mode "org-random-todo" nil)
|
|
|
|
|
|
|
|
|
|
(autoload 'org-random-todo-mode "org-random-todo" "\
|
|
|
|
|
Show a random TODO every so often
|
|
|
|
|
|
|
|
|
|
\(fn &optional ARG)" t nil)
|
|
|
|
|
|
|
|
|
|
;;;***
|
|
|
|
|
|
|
|
|
|
;; Local Variables:
|
|
|
|
|
;; version-control: never
|
|
|
|
|
;; no-byte-compile: t
|
|
|
|
|
;; no-update-autoloads: t
|
|
|
|
|
;; End:
|
|
|
|
|
;;; org-random-todo-autoloads.el ends here
|