|
|
aggregator
Sibling tests covered the capture-finalize hook and the email-string parser. This batch fills in the rest:
- `cj/org-contacts-template-name` / `-email`: fall back to `read-string` outside mu4e; pull from `mu4e-message-field` when inside.
- `cj/org-contacts-new`: delegates to `org-capture` with key "C".
- `cj/org-contacts--props-matching`: filters an entry's props by regexp.
- `cj/get-all-contact-emails`: formats each entry as "Name <email>", expands multi-email strings.
- `cj/insert-contact-email`: inserts the completing-read selection at point.
mu4e and org-contacts primitives are stubbed.
|