Skip to content

Make commands and functions work without promptingΒ #34

@lovrolu

Description

@lovrolu

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! :-)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions