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.
This commit is contained in:
Bastien Guerry 2011-08-17 15:22:23 +02:00
parent ea055d3e6d
commit 95d0c42c5a
1 changed files with 1 additions and 1 deletions

View File

@ -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