40 lines
1.2 KiB
EmacsLisp
40 lines
1.2 KiB
EmacsLisp
;;; org-random-todo-autoloads.el --- automatically extracted autoloads
|
||
;;
|
||
;;; Code:
|
||
(add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path))))
|
||
|
||
;;;### (autoloads nil "org-random-todo" "org-random-todo.el" (22533
|
||
;;;;;; 17556 331883 840000))
|
||
;;; 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
|