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

    org-mode wiki: link store function solved.
---
 kiwix.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/kiwix.el b/kiwix.el
index 8bbfc4b..30f3905 100644
--- a/kiwix.el
+++ b/kiwix.el
@@ -273,11 +273,10 @@ for query string and library interactively."
 
 (defun org-wiki-store-link ()
   "Store a link to a wiki link."
-  ;; TODO: test does this interactively select library abbrev works?
   ;; [C-c o C-l l] `org-store-link'
   ;; remove those interactive functions. use normal function instead.
   (when (eq major-mode 'wiki-mode)
-    (let* ((query (read-string "Wiki Query: "))
+    (let* ((query (read-string "Wikipedia Query with Kiwix: "))
            (library (kiwix-select-library-name))
            (link (concat "wiki:" "(" library "):" query)))
       (org-store-link-props

Reply via email to