Re: [PATCH v2] org-contacts.el: Only use org-id-store-link if org-id is loaded

2021-01-04 Thread Kyle Meyer
David Florness writes: > Fixes bug introduced in 6b83c6e4e that made org-contacts-anniversaries > error if org-id was not loaded. > --- > v1 -> v2: Stefan Monnier made a good suggestion to use bound-and-true-p > instead here: https://lists.gnu.org/r/emacs-devel/2021-01/msg00257.html stardiviner a

[PATCH v2] org-contacts.el: Only use org-id-store-link if org-id is loaded

2021-01-04 Thread David Florness
Fixes bug introduced in 6b83c6e4e that made org-contacts-anniversaries error if org-id was not loaded. --- v1 -> v2: Stefan Monnier made a good suggestion to use bound-and-true-p instead here: https://lists.gnu.org/r/emacs-devel/2021-01/msg00257.html Alternatively, we could autoload org-id-link-to