branch: externals/kiwix
commit a62f9e7c17ab34b183b36ae63408123a75689a5b
Author: stardiviner <numbch...@gmail.com>
Commit: stardiviner <numbch...@gmail.com>

    improve store link result.
---
 kiwix.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/kiwix.el b/kiwix.el
index 12185a3..b4525cf 100644
--- a/kiwix.el
+++ b/kiwix.el
@@ -315,7 +315,8 @@ for query string and library interactively."
       (org-store-link-props
        :type "wikipedia"
        :link link
-       :description query))))
+       :description query)
+      link)))
 
 ;;;###autoload
 (with-eval-after-load "org"

Reply via email to