[Top][All Lists]
[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
- [Orgmode] Using yasnippet with org Mode, Ian Barton, 2008/11/23
- Re: [Orgmode] Using yasnippet with org Mode, Eric Schulte, 2008/11/23
- [Orgmode] Re: Using yasnippet with org Mode,
Tassilo Horn <=
- Re: [Orgmode] Re: Using yasnippet with org Mode, Eric Schulte, 2008/11/23
- Re: [Orgmode] Re: Using yasnippet with org Mode, Eric Schulte, 2008/11/24
- Re: [Orgmode] Re: Using yasnippet with org Mode, Ian Barton, 2008/11/24
- Re: [Orgmode] Re: Using yasnippet with org Mode, Sebastian Rose, 2008/11/24
- Re: [Orgmode] Re: Using yasnippet with org Mode [Solved], Ian Barton, 2008/11/24
- Re: [Orgmode] Using yasnippet with org Mode, Oliver Charles, 2008/11/23