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

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

[elpa] externals/kiwix 5892fff779 02/15: Add missing kiwix server port i


From: ELPA Syncer
Subject: [elpa] externals/kiwix 5892fff779 02/15: Add missing kiwix server port in `org-kiwix-open-link' function
Date: Wed, 7 Dec 2022 19:58:02 -0500 (EST)

branch: externals/kiwix
commit 5892fff7796dd1a92034371d8a1eb9a7b1bd01d8
Author: stardiviner <numbchild@gmail.com>
Commit: stardiviner <numbchild@gmail.com>

    Add missing kiwix server port in `org-kiwix-open-link' function
---
 org-kiwix.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/org-kiwix.el b/org-kiwix.el
index e0f0e6d452..61f3f9a3e4 100644
--- a/org-kiwix.el
+++ b/org-kiwix.el
@@ -93,6 +93,7 @@
                  (t link)))
          (url (concat
                kiwix-server-url
+               ":" (number-to-string kiwix-server-port)
                "/" library "/A/"
                ;; query need to be convert to URL encoding: "禅宗" 
https://zh.wikipedia.org/wiki/%E7%A6%85%E5%AE%97
                (url-encode-url



reply via email to

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