lovrolu
lovrolu
No problem! Sorry to hear about your situation and I hope things are getting better. :-) As a quick hack, I patched it locally by getting rid of the `read-from-minibuffer`...
Hi! The way I actually use `org-vcard`'s API is the following (which I extracted from `org-vcard-export`): ```elisp (let* ((style "flat") (language "en") (version "2.1") (org-vcard-default-export-file "~/Desktop/...") (org-vcard-default-vcard-21-character-set 'utf-8) (org-vcard-styles-languages-mappings ...))...
By the way, one thing that's a little bit confusing are the differences in the semantics of the various `org-vcard-default-...` variables, mainly because of the reach/scope they have. Some of...
After pulling the latest changes, I bumped into an unrelated issue which I reported separately: #37.