> No, it's not the autopair-post-command-handler that I wondered about[fn:1],
> it's that *t*, the first element of the list: how did it get there?
>
> Nick
>
> Footnotes:
>
> [fn:1] Well, I did wonder about it, but only because I never heard of
> it; but I am more suspicious of that t.
>
Concerni
Hi Karl,
I do not know how to accomplish this with a single field but the
following workaround might be sufficient:
,[ ~/snippets/org-mode/vkcomp ]
| # name : expand link to company
| # --
| [[file:~/share/all/org-mode/contacts.org::*$1][${2:$$(unless yas/modified-p
| (let ((field (nth 0 (ya
)))
Bianca.
On Tue, Aug 9, 2011 at 5:05 PM, Bianca Lutz wrote:
> Hi Karl,
>
> I do not know how to accomplish this with a single field but the
> following workaround might be sufficient:
>
> ,[ ~/snippets/org-mode/vkcomp ]
> | # name : expand link to company
> | # --
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 «Symbol's function definition is void:
> yas/next-field-group» in the *Messages* buffer.
>
> Pressing «Tab» does not jump to $2 or $0.
>
>