Currently org-vcard-export and org-vcard-import know not to prompt the user for the version/language/style depending on the prefix argument. However, they still unconditionally prompt for the source and destination.
Similary, org-vcard-transfer-helper, which I've tried using programmatically to avoid the above, ends up calling either org-vcard-transfer-write or org-vcard-import-parse, both of which unconditionally use read-from-minibuffer in order to read the filename (when exporting to a file).
Would it be possible to modify these functions so that they can be called in a mode where they do no prompting at all and just rely on the values of variables?
Thanks for the neat project! :-)
Currently
org-vcard-exportandorg-vcard-importknow not to prompt the user for the version/language/style depending on the prefix argument. However, they still unconditionally prompt for the source and destination.Similary,
org-vcard-transfer-helper, which I've tried using programmatically to avoid the above, ends up calling eitherorg-vcard-transfer-writeororg-vcard-import-parse, both of which unconditionally useread-from-minibufferin order to read the filename (when exporting to a file).Would it be possible to modify these functions so that they can be called in a mode where they do no prompting at all and just rely on the values of variables?
Thanks for the neat project! :-)