From 95d0c42c5a63a661692f8090bf664c4d1fdaee98 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Wed, 17 Aug 2011 15:22:23 +0200 Subject: [PATCH] Use correct name for the function `yas/next-field'. org.texi (Conflicts): Use correct name for the function `yas/next-field'. Thanks to Bianca Lutz for pointing this. --- doc/org.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/org.texi b/doc/org.texi index fdf7a9efe..f7ac82ef8 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -14073,7 +14073,7 @@ fixed this problem: (add-hook 'org-mode-hook (lambda () (org-set-local 'yas/trigger-key [tab]) - (define-key yas/keymap [tab] 'yas/next-field-group))) + (define-key yas/keymap [tab] 'yas/next-field))) @end lisp The latest version of yasnippet doesn't play well with Org mode. If the -- 2.11.4.GIT