I am using org-mode v. 7.3 and auto-complete v. 1.2

I added org-mode to "ac-modes" as described in the documentation. When typing 
in an org-mode buffer, I correctly get the popup-menu from auto-complete mode. 
If I then press TAB to complete the word, nothing happens - since TAB is bound 
to org-cycle.

I am not really familliar with ac-mode, but I guess it could be using a hook 
when populating the popup menu, so that I could bind the tab key in this hook 
ac-specific and bind it then again to org-cycle when after-completion-hook is 
run, in case there is one... I just wanted to ask here if others have a similar 
setup/issue and how it is solved elegantly, i.e. in org-mode style.

Thank you

Michael Bach

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to