org-linkany

https://github.com/aki2o/org-linkany.git

git clone 'git://github.com/aki2o/org-linkany.git'
5

Japanese

What's this?

This is a extension of Emacs that insert link using anything.el/helm.el on org-mode.

Demo

demo

Feature

Select candidate with browsing

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.

Kind of format

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.

Install

If use package.el

2014/03/04 It's available by using melpa.

If use el-get.el

2014/03/04 It's available. But, master branch only.

If use auto-install.el

(auto-install-from-url "https://raw.github.com/aki2o/org-linkany/master/org-linkany.el")

Manually

Download org-linkany.el and put it on your load-path.
- In this case, you need to install each of the following dependency.

Dependency

Configuration

(require 'org-linkany)

;; Make config suit for you. About the config item, eval the following sexp.
;; (customize-group "org-linkany")

Consideration

org-linkany/url-source-collection

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.

org-linkany/browse-function

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.

Tested On

Enjoy!!!