emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] YASnippet fix not working


From: Kyle Sexton
Subject: Re: [Orgmode] YASnippet fix not working
Date: Sun, 02 Aug 2009 22:05:37 -0500
User-agent: Wanderlust/2.15.6 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.7 Emacs/23.1.50 (i486-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

At Sun, 02 Aug 2009 23:59:59 +0100,
Eric S Fraga <address@hidden> wrote:
> 
> 
> Two things:
> 
> 1. make sure you initialise yasnippet *before* org-mode.
> 
> 2. my configuration is:
> 
> (add-hook 'org-mode-hook
>           '(lambda ()
>              (make-variable-buffer-local 'yas/trigger-key)
>              (setq yas/trigger-key [tab])
>            (define-key yas/keymap [tab] 'yas/next-field-group)
>            )
>         )
> 
> which works for me.  Maybe give this a try?

Thanks, turns out the issue was with me running
yasnippet-0.6.0c. After switching to 0.5.10 everything is working as
expected.

--
Kyle Sexton




reply via email to

[Prev in Thread] Current Thread [Next in Thread]