branch: externals/kiwix commit ddeecd1321275126c106d854981c4a0478e7cb7b Author: stardiviner <numbch...@gmail.com> Commit: stardiviner <numbch...@gmail.com>
fix void org link functions by autoload --- org-kiwix.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/org-kiwix.el b/org-kiwix.el index 7f293b0..dfd7d69 100644 --- a/org-kiwix.el +++ b/org-kiwix.el @@ -1,6 +1,6 @@ ;;; org-kiwix.el --- Org Mode link support -*- lexical-binding: t; -*- -;;; Time-stamp: <2020-05-04 07:04:56 stardiviner> +;;; Time-stamp: <2020-05-12 21:23:23 stardiviner> ;;; Commentary: @@ -26,6 +26,9 @@ (require 'kiwix) +(autoload 'org-link-set-parameters "org") +(autoload 'org-store-link-props "org") + (defun chinese-string-p (string) "Return t if STRING is a Chinese string." (if (string-match (format "\\cC\\{%s\\}" (length string)) string)