emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: Using yasnippet with org Mode


From: Tassilo Horn
Subject: [Orgmode] Re: Using yasnippet with org Mode
Date: Sun, 23 Nov 2008 22:17:57 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

"Eric Schulte" <address@hidden> 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]