From fa1344bf4e95a950a5824bfa4ded00a531ac280c Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 27 Jun 2020 10:12:46 +0200 Subject: [PATCH] Silence another byte-compiler warning --- site-lisp/db-org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site-lisp/db-org.el b/site-lisp/db-org.el index 407649b..5d28b1d 100644 --- a/site-lisp/db-org.el +++ b/site-lisp/db-org.el @@ -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."))