I've installed auto-complete-mode
, and I'm using org-mode. When I hit TAB to auto-complete words, it instead tries to indent the line. Sometimes it indents the whole paragraph, sometimes it does nothing.
I tried customizing the variable (setq tab-always-indent 'complete)
and changing it to nil, but now when I hit TAB, it just inserts tab spaces across the screen.
I know it's possible to successfully use org-mode with yasnippet and auto-complete both working correctly, because with Emacs Live it works out of the box.