org-ac

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

git clone 'git://github.com/aki2o/org-ac.git'
12

Japanese

What's this?

This is a extension of Emacs that provide auto-complete sources for org-mode.
You'll be able to use auto-complete as substitute for pcomplete which is bound to M-TAB.

Demo

demo

Install

If use package.el

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

If use el-get.el

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

If use auto-install.el

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

Manually

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

Dependency

Configuration

(require 'org-ac)

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

(org-ac/config-default)

Tested On

Enjoy!!!