From 11f8d3a48a3f4571625ca5cfee2fe5b78992d782 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Tue, 28 Dec 2021 16:35:25 -0500 Subject: [PATCH] FIX actually pass argument --- local/lib/org-x/org-x.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local/lib/org-x/org-x.el b/local/lib/org-x/org-x.el index 1b51fd7..2af786d 100644 --- a/local/lib/org-x/org-x.el +++ b/local/lib/org-x/org-x.el @@ -1107,7 +1107,7 @@ should be this function again)." (org-x-get-reference-files) (list (org-x-get-endpoint-goal-file) (org-x-get-lifetime-goal-file))))) - (call-interactively #'org-id-update-id-locations files))) + (org-id-update-id-locations files))) (defun org-x-update-goal-link-ids () (org-x-update-id-locations)