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

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

[elpa] externals/kiwix a11fcd4 064/192: remove org-mode link prefix setu


From: Stefan Monnier
Subject: [elpa] externals/kiwix a11fcd4 064/192: remove org-mode link prefix setup
Date: Sat, 19 Dec 2020 00:41:34 -0500 (EST)

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

    remove org-mode link prefix setup
---
 kiwix.el | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/kiwix.el b/kiwix.el
index 3865f96..65c1459 100644
--- a/kiwix.el
+++ b/kiwix.el
@@ -283,15 +283,6 @@ for query string and library interactively."
       (org-add-link-type "wiki" 'org-wiki-link-open 'org-wiki-link-export)
       ;; TODO: after fix interactive store link issue. enable this adding.
       ;; (add-hook 'org-store-link-functions 'org-wiki-store-link t)
-
-      ;; [[Wikipedia_Local:]]
-      ;; (if (and
-      ;;      (member '("Wikipedia_Local" . 
"http://127.0.0.1:8000/wikipedia_zh_all_2015-11/A/%s.html";) 
org-link-abbrev-alist)
-      ;;      (assoc "Wikipedia_Local" org-link-abbrev-alist))
-      ;;
-      ;;     (setq org-link-abbrev-alist
-      ;;           (cons '("Wikipedia_Local" . 
"http://127.0.0.1:8000/wikipedia_zh_all_2015-11/A/%s.html";) 
org-link-abbrev-alist))
-      ;;   )
       ))
 
 



reply via email to

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