emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [elpa] externals/org e6e1c08: org-contacts.el: Only use org-id-store


From: David Florness
Subject: Re: [elpa] externals/org e6e1c08: org-contacts.el: Only use org-id-store-link if org-id is loaded
Date: Mon, 04 Jan 2021 22:01:16 -0500
User-agent: mu4e 1.4.13; emacs 27.1

Stefan Monnier <monnier@iro.umontreal.ca> writes:

>> -    (if org-id-link-to-org-use-id
>> +    (if (and (featurep 'org-id) org-id-link-to-org-use-id)
>
> I think the canonical way to do that is to use (boundp
> 'org-id-link-to-org-use-id) instead of (featurep 'org-id),
> or even use (bound-and-true-p org-id-link-to-org-use-id)

Thank you, Stefan!  I'll send a v2.

-- 
David

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]