https://github.com/aki2o/org-ac.git
git clone 'git://github.com/aki2o/org-ac.git'
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.
2014/03/02 It's available by using melpa.
2014/03/03 It's available. But, master branch only.
(auto-install-from-url "https://raw.github.com/aki2o/org-ac/master/org-ac.el")
Download org-ac.el and put it on your load-path.
- In this case, you need to install each of the following dependency.
(require 'org-ac)
;; Make config suit for you. About the config item, eval the following sexp.
;; (customize-group "org-ac")
(org-ac/config-default)
Enjoy!!!