From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tassilo Horn Subject: Re: Using yasnippet with org Mode Date: Sun, 23 Nov 2008 22:17:57 +0100 Message-ID: <87wseu9m62.fsf@thinkpad.tsdh.de> References: <4929ADBB.6050809@manor-farm.org> <871vx2f8qs.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L4MLb-00015t-SY for emacs-orgmode@gnu.org; Sun, 23 Nov 2008 16:18:27 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L4MLa-00015h-EX for emacs-orgmode@gnu.org; Sun, 23 Nov 2008 16:18:27 -0500 Received: from [199.232.76.173] (port=56789 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L4MLa-00015e-8Q for emacs-orgmode@gnu.org; Sun, 23 Nov 2008 16:18:26 -0500 Received: from main.gmane.org ([80.91.229.2]:44112 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1L4MLZ-0000wF-58 for emacs-orgmode@gnu.org; Sun, 23 Nov 2008 16:18:26 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1L4MLQ-00030k-4N for emacs-orgmode@gnu.org; Sun, 23 Nov 2008 21:18:16 +0000 Received: from p54af167b.dip0.t-ipconnect.de ([84.175.22.123]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 23 Nov 2008 21:18:16 +0000 Received: from tassilo by p54af167b.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 23 Nov 2008 21:18:16 +0000 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: emacs-orgmode@gnu.org "Eric Schulte" writes: Hi Eric, > I think maybe your lambda should not be quoted, try Since lambda evaluates to itself, that doesn't make any difference. ,---- | ELISP> (lambda () nil) | (lambda nil nil) | ELISP> (quote (lambda () nil)) | (lambda nil nil) `---- I suspect yasnippet doesn't play nice with org because both are passionate key hijackers. I'd try to bind yas/expand to some other key, maybe M-TAB in org-mode. Bye, Tassilo