Release 4.44
[org-mode.git] / org-install.el
blob435027fe2e6167e3fe8402fa96c8ace1a2f7e3d7
1 ;;; org-install.el --- Autoloads for org.el
3 (autoload 'org-mode "org" "Org mode" t)
4 (autoload 'org-diary "org" "Diary entries from Org mode.")
5 (autoload 'org-agenda "org" "Multi-file agenda from Org mode." t)
6 (autoload 'org-store-link "org" "Store a link to the current location." t)
7 (autoload 'orgtbl-mode "org" "Org tables as a minor mode." t)
8 (autoload 'turn-on-orgtbl "org" "Org tables as a minor mode.")
9 (autoload 'org-cycle "org" "Subtree visibility cycling." t)
10 (autoload 'org-global-cycle "org" "Global visibility cycling." t)
11 (autoload 'org-agenda-list "org" "Produce calendar-loke agenda view." t)
12 (autoload 'org-todo-list "org" "Produce global TODO list." t)
13 (autoload 'org-tags-view "org" "Produce global TAGS agenda view." t)
14 (autoload 'org-remember-annotation "org")
15 (autoload 'org-remember-apply-template "org")
16 (autoload 'org-remember-handler "org")
17 (autoload 'org-export-icalendar-all-agenda-files "org"
18 "Export all files in `org-agenda-files' to iCalendar .ics files." t)
19 (autoload 'org-export-icalendar-combine-agenda-files "org"
20 "Export all files in `org-agenda-files' to a single combined iCalendar file." t)
21 (autoload 'org-publish-current-file "org-publish" "Publish current file." t)
22 (autoload 'org-publish-current-project "org-publish"
23 "Publish all files of current project." t)
24 (autoload 'org-publish "org-publish" "Publish a project." t)
25 (autoload 'org-publish-all "org-publish" "Publish all projects." t)
27 (provide 'org-install)