pinoaffe / org-vcard

Export and import vCards from within GNU Emacs' Org mode.
63 stars 7 forks source link

Pressing TAB at e.g. "Source: " prompt doesn't offer completions, produces error instead #12

Closed flexibeast closed 10 years ago

flexibeast commented 10 years ago

When doing e.g. org-vcard-export, pressing TAB at the "Source: " prompt does not provide completions, but instead results in the error Invalid function: (buffer region subtree).

Issue is confirmed reproducible on Emacs 24.3 on Windows 7.

flexibeast commented 10 years ago

The problem seems to be passing a list of symbols as the COLLECTION for completing-read, rather than a list of strings. Will remedy this asap.

sg2002 commented 10 years ago

Thanks for the fix, worked for me.

flexibeast commented 10 years ago

Thanks! Closed.