|
@@ -14073,7 +14073,7 @@ fixed this problem:
|
|
(add-hook 'org-mode-hook
|
|
(add-hook 'org-mode-hook
|
|
(lambda ()
|
|
(lambda ()
|
|
(org-set-local 'yas/trigger-key [tab])
|
|
(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
|
|
@end lisp
|
|
|
|
|
|
The latest version of yasnippet doesn't play well with Org mode. If the
|
|
The latest version of yasnippet doesn't play well with Org mode. If the
|