28 lines
780 B
EmacsLisp
28 lines
780 B
EmacsLisp
;;; org-notifications-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*-
|
||
;;
|
||
;;; Code:
|
||
|
||
|
||
;;;### (autoloads nil "org-notifications" "org-notifications.el"
|
||
;;;;;; (0 0 0 0))
|
||
;;; Generated autoloads from org-notifications.el
|
||
|
||
(autoload 'org-notifications-start "org-notifications" "\
|
||
Start the timer that is used to collect agenda items." t nil)
|
||
|
||
(autoload 'org-notifications-stop "org-notifications" "\
|
||
Stop the timer that is used to collect agenda items." t nil)
|
||
|
||
(register-definition-prefixes "org-notifications" '("org-notifications-"))
|
||
|
||
;;;***
|
||
|
||
(provide 'org-notifications-autoloads)
|
||
;; Local Variables:
|
||
;; version-control: never
|
||
;; no-byte-compile: t
|
||
;; no-update-autoloads: t
|
||
;; coding: utf-8
|
||
;; End:
|
||
;;; org-notifications-autoloads.el ends here
|