From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Sexton Subject: Re: YASnippet fix not working Date: Sun, 02 Aug 2009 22:05:37 -0500 Message-ID: <87k51lppfi.wl%ks@mocker.org> References: <87fxcanhrd.wl%ks@mocker.org> <87r5vt6cuo.wl%ucecesf@ucl.ac.uk> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MXnrx-00008o-NE for emacs-orgmode@gnu.org; Sun, 02 Aug 2009 23:05:49 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MXnrs-00007T-CO for emacs-orgmode@gnu.org; Sun, 02 Aug 2009 23:05:48 -0400 Received: from [199.232.76.173] (port=41725 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MXnrs-00007Q-6b for emacs-orgmode@gnu.org; Sun, 02 Aug 2009 23:05:44 -0400 Received: from smtp-out.lamp5.admo.net ([64.57.210.223]:39628 helo=lamp5.admo.net) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MXnrr-0003VH-Kg for emacs-orgmode@gnu.org; Sun, 02 Aug 2009 23:05:43 -0400 In-Reply-To: <87r5vt6cuo.wl%ucecesf@ucl.ac.uk> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Eric S Fraga Cc: org-mode At Sun, 02 Aug 2009 23:59:59 +0100, Eric S Fraga 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