https://github.com/aki2o/org-linkany.git
git clone 'git://github.com/aki2o/org-linkany.git'
This is a extension of Emacs that insert link using anything.el/helm.el on org-mode.
You can select URL with browsing and checking that by pushing the persistent-action
key
which is bound to “C-z” in default.
The persistent-action is available in mini-buffer too.
At present, The following formats of link are completed by anything.el/helm.el.
- http/https/ftp … from the sources of the bookmark of firefox/w3m/hatena.
- file … from the source for find-file
.
- mailto/bbdb … from BBDB record.
- head … from the heading in current buffer.
Also, the following information is used to complete.
2014/03/04 It's available by using melpa.
2014/03/04 It's available. But, master branch only.
(auto-install-from-url "https://raw.github.com/aki2o/org-linkany/master/org-linkany.el")
Download org-linkany.el and put it on your load-path.
- In this case, you need to install each of the following dependency.
(require 'org-linkany)
;; Make config suit for you. About the config item, eval the following sexp.
;; (customize-group "org-linkany")
This customize variable is used to complete the URL format of link.
In default, this item has the sources about the bookmark of firefox and w3m and hatena.
But, anything
/ helm
may be errored by them.
If it's happened, customize this value to suit for you.
For browsing URL, use browse-url-firefox
in default.
But, this function may be errored because that depends on OS and Emacs version.
If it's happened, customize this value to suit for you.
Enjoy!!!