Skip to content

Commit

Permalink
Remove autoloads from aio-iter2-defun functions
Browse files Browse the repository at this point in the history
It appears that this keyword doesn't work for this.
I don't know if there's a way to make it work, or I'll
just need to write a wrapper interactive function around the
AIO functions.
  • Loading branch information
telotortium committed Feb 13, 2024
1 parent 2c7206f commit 4a22852
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions org-gcal.el
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,6 @@ SKIP-EXPORT. Set SILENT to non-nil to inhibit notifications."
(lambda ()
(org-gcal--sync-unlock)))))

;;;###autoload
(aio-iter2-defun org-gcal-sync-aio (&optional skip-export silent)
"Import events from calendars.
Export the ones to the calendar if unless
Expand Down Expand Up @@ -1201,7 +1200,6 @@ AIO version: ‘org-gcal-fetch-aio’."
(interactive)
(org-gcal-sync t))

;;;###autoload
(aio-iter2-defun org-gcal-fetch-aio ()
"Fetch event data from google calendar."
(interactive)
Expand Down Expand Up @@ -1499,7 +1497,6 @@ AIO version: ‘org-gcal-fetch-buffer-aio’."
(interactive)
(org-gcal-sync-buffer t silent filter-date))

;;;###autoload
(aio-iter2-defun org-gcal-fetch-buffer-aio (&optional silent filter-date)
"Fetch changes to events in the currently-visible portion of the buffer
Expand Down Expand Up @@ -1884,7 +1881,6 @@ AIO version: ‘org-gcal-post-at-point-aio'."
(org-gcal--post-event start end smry loc source desc calendar-id marker transparency etag
event-id nil skip-import skip-export)))))

;;;###autoload
(aio-iter2-defun org-gcal-post-at-point-aio (&optional skip-import skip-export existing-mode)
"Post entry at point to current calendar.
Expand Down Expand Up @@ -2077,7 +2073,6 @@ delete calendar info from events on calendars you no longer have access to."
(aio-wait-for
(oauth2-auto-access-token calendar-id 'org-gcal)))

;;;###autoload
(aio-iter2-defun org-gcal-delete-at-point-aio (&optional clear-gcal-info)
"Delete entry at point to current calendar.
Expand Down

0 comments on commit 4a22852

Please sign in to comment.