Re: [O] [yasnippet] can not creating links with description

2011-08-10 Thread Karl Voit
* Bianca Lutz wrote: > Hi Karl, Hi! > I do not know how to accomplish this with a single field but the > following workaround might be sufficient: This works great! Thank you for the code! -- Karl Voit

Re: [O] [yasnippet] can not creating links with description

2011-08-09 Thread Bianca Lutz
I just realized that the test for field being non-nil is superfluous in the example below -- the usual copy and paste mess got me. Thus, you may omit it, i.e. use (concat "companie: " (buffer-substring ...)) instead of (concat "companie: " (and field (buffer-substring ...))) Bianca. On Tue, Au

Re: [O] [yasnippet] can not creating links with description

2011-08-09 Thread Bianca Lutz
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