Fix bug with agend autoloads.
This commit is contained in:
parent
0f0580a8b2
commit
575c5523b1
|
@ -2475,10 +2475,10 @@ If TABLE-TYPE is non-nil, also check for table.el-type tables."
|
|||
org-table-clean-before-export
|
||||
org-export-icalendar-combine-agenda-files org-export-as-xoxo)))
|
||||
|
||||
;; Declare and autoload functions from org-exp.el
|
||||
;; Declare and autoload functions from org-agenda.el
|
||||
|
||||
(eval-and-compile
|
||||
(org-autoload "org-exp"
|
||||
(org-autoload "org-agenda"
|
||||
'(org-agenda org-agenda-list org-search-view
|
||||
org-todo-list org-tags-view org-agenda-list-stuck-projects
|
||||
org-diary org-agenda-to-appt)))
|
||||
|
|
Loading…
Reference in New Issue