All Projects → aki2o → org-ac

aki2o / org-ac

Licence: other
Provide auto-complete sources for org-mode.

Programming Languages

emacs lisp
2029 projects

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")
  • In this case, you need to install each of the following dependency.

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

  • auto-complete-pcmp.el
  • log4e.el
  • yaxception.el

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

  • Emacs … GNU Emacs 24.3.1 (i686-pc-linux-gnu, GTK+ Version 3.4.2) of 2013-08-22 on chindi02, modified by Debian
  • auto-complete-pcmp.el … 0.0.1
  • log4e.el … 0.2.0
  • yaxception.el … 0.1

Enjoy!!!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].