Re: [PATCH] org-contacts.el: Use `bound-and-true-p' to check (unbound) var

2021-04-24 Thread Timothy
This was not marked as applied on updates.orgmode.org. Doing so with the X-Woof-Patch header. miles christopher writes: > Applied, I think this should be the final version.

Re: [PATCH] org-contacts.el: Use `bound-and-true-p' to check (unbound) var

2021-01-05 Thread miles christopher
Applied, I think this should be the final version. I also fixed a problem in org-contacts-store-link. David Florness writes: > * org-contacts.el (org-contacts-link-store): Use `bound-and-true-p' to > check the truthiness of org-id-link-to-org-use-id, which may or may > not be bound depending

Re: [PATCH] org-contacts.el: Use `bound-and-true-p' to check (unbound) var

2021-01-04 Thread Kyle Meyer
David Florness writes: > Thank you, Kyle. This patch should do the trick. I'm always happy to > send another revision so feel free to nitpick. Thank you. Looks good to me, but I'll leave the final review/apply up to stardiviner.

[PATCH] org-contacts.el: Use `bound-and-true-p' to check (unbound) var

2021-01-04 Thread David Florness
* org-contacts.el (org-contacts-link-store): Use `bound-and-true-p' to check the truthiness of org-id-link-to-org-use-id, which may or may not be bound depending on whether org-id has been loaded. This simplifies the code. --- Thank you, Kyle. This patch should do the trick. I'm always happy to