Normal Mode issues with tab in org-mode

Frank Fischer frank-fischer at shadow-soft.de
Wed Oct 31 10:02:12 CET 2012


On 2012-10-30, aditya siram <aditya.siram at gmail.com> wrote:
> In Normal mode when I hit <Tab> on a headline in org-mode it doesn't
> expand. It works fine in Insert mode.

Do you use Emacs in terminal mode or in X mode? In the first case TAB
is the same as C-i (and cannot be distinguished), and C-i is bound to
`evil-jump-forward'. You can customize the variable
`evil-want-C-i-jump' or simply remove the binding of C-i from
`evil-motion-state-map'.

Frank




More information about the implementations-list mailing list