pinoaffe / org-vcard

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

vcard-export fails #46

Open 88-percent opened 3 months ago

88-percent commented 3 months ago

After upgrading to Emacs 29.4 and org 9.7 calling org-vcard-export returns the following error:

Wrong type argument: stringp, [org-element-deferred org-element--headline-parse-title (nil) t]

Does this have anything to do with the change to the structure of Org 9.7's parsing mechanism as described in the release notes or is this a problem with my config?