emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/kiwix 33d6608 076/192: org-mode wiki: link store functi


From: Stefan Monnier
Subject: [elpa] externals/kiwix 33d6608 076/192: org-mode wiki: link store function solved.
Date: Sat, 19 Dec 2020 00:41:36 -0500 (EST)

branch: externals/kiwix
commit 33d6608a5a5bc07333e366abef74cbf60eef4de9
Author: stardiviner <numbchild@gmail.com>
Commit: stardiviner <numbchild@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

[Prev in Thread] Current Thread [Next in Thread]