From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bianca Lutz Subject: Re: [yasnippet] Symbol's function definition is void: yas/next-field-group Date: Tue, 9 Aug 2011 19:12:25 +0200 Message-ID: References: <2011-08-09T13-25-48@devnull.Karl-Voit.at> Reply-To: bianca.lutz@gmx.net Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:43894) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qqpqz-0000BW-3l for emacs-orgmode@gnu.org; Tue, 09 Aug 2011 13:12:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qqpqs-0002V0-Io for emacs-orgmode@gnu.org; Tue, 09 Aug 2011 13:12:33 -0400 Received: from mail-gy0-f169.google.com ([209.85.160.169]:54977) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qqpqs-0002Ud-F8 for emacs-orgmode@gnu.org; Tue, 09 Aug 2011 13:12:26 -0400 Received: by gyg10 with SMTP id 10so161413gyg.0 for ; Tue, 09 Aug 2011 10:12:26 -0700 (PDT) In-Reply-To: <2011-08-09T13-25-48@devnull.Karl-Voit.at> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: news1142@karl-voit.at Cc: emacs-orgmode@gnu.org Hi Karl, On Tue, Aug 9, 2011 at 1:34 PM, Karl Voit wrote: > Whenever I try to expand a snippet containing $1, $2, ... I just get > to $1 and then there I get =ABSymbol's function definition is void: > yas/next-field-group=BB in the *Messages* buffer. > > Pressing =ABTab=BB does not jump to $2 or $0. > > Does anybody have a clue, what is going on? The org info seems to be outdated: yas/next-field-group is called yas/next-field nowadays. A simple rename should solve the issue. BTW: Are you sure you need both calls to add-hook? The way I understand the org manual is that you need either of them (not both at the same time). Bianca.