Silence another byte-compiler warning

This commit is contained in:
dbo 2020-06-27 10:12:46 +02:00
parent b5d7b57b27
commit fa1344bf4e
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 1 additions and 1 deletions

View File

@ -13,6 +13,7 @@
(require 'org-clock)
(require 'hydra)
(require 'db-customize)
(require 'ox-icalendar)
(autoload 'counsel-org-goto-all "counsel")
(autoload 'which-function "which-func")
@ -551,7 +552,6 @@ drawers, will be copied to point."
"Export diary.org as ics file to the current value of `org-icalendar-combined-agenda-file.
This is done only if the value of this variable is not null."
(interactive)
(require 'ox-icalendar)
(cond
((null org-icalendar-combined-agenda-file)
(message "`org-icalendar-combined-agenda-file not set, not exporting diary."))