At Sun, 02 Aug 2009 23:59:59 +0100,
Eric S Fraga <ucec...@ucl.ac.uk> 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


_______________________________________________
Emacs-orgmode mailing list
Remember: 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