branch: externals/kiwix commit a11fcd4ee5f7cd45a4b9b59b0e63494760ccc543 Author: stardiviner <numbch...@gmail.com> Commit: stardiviner <numbch...@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)) - ;; ) ))