branch: externals/kiwix
commit d2ae3386b52a25c080d8502fc19207d997676cd2
Author: stardiviner <[email protected]>
Commit: stardiviner <[email protected]>

    fix org-link-set-parameters void function when package.el initialize.
---
 kiwix.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/kiwix.el b/kiwix.el
index e43b185..7e3a55b 100644
--- a/kiwix.el
+++ b/kiwix.el
@@ -290,6 +290,8 @@ for query string and library interactively."
       link)))
 
 ;;;###autoload
+(require 'ol)
+;;;###autoload
 (org-link-set-parameters "wikipedia" ; NOTE: use `wikipedia' for future 
backend changing.
                          :follow #'org-wikipedia-link-open
                          :store #'org-wikipedia-store-link

Reply via email to