\** `(my-capture-prompt “First name” ‘my-firstname)` `(my-capture-prompt “Last name” ‘my-lastname)` :`(my-capture-insert ‘my-firstname)“(my-capture-insert ‘my-lastname)`:
- First personal contact:
\** `(my-capture-prompt “First name” ‘my-firstname)` `(my-capture-prompt “Last name” ‘my-lastname)` :`(my-capture-insert ‘my-firstname)“(my-capture-insert ‘my-lastname)`:
Good question.
I guess the main reason is that I want to put the entry to the right position myself. I don't have one flat list of contacts. With capture, I guess I would need to define the capture target with each snippet separately. Instead, I switch to the contacts.org file, locate the right spot and insert a new contact using this snippet.
What is the reason you use yankpad for this, and not org-capture?