From eff28a53213d8a597e0b7e13089b442348a40cb1 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 17 Aug 2025 15:42:47 +0200 Subject: [PATCH] Make custom Org location query function available in main init file --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 119b63c..c008c01 100644 --- a/init.el +++ b/init.el @@ -727,7 +727,8 @@ split horizontally again, but this extra work should not matter much." db/org-bookmark-store-link db/org-bookmark-export db/org-lint-invalid-bookmark-link - db/org-lint-possible-bookmark-link)) + db/org-lint-possible-bookmark-link + db/org-get-location)) ;; This is to make the byte-compiler happy about setting some variables later on ;; that are defined in those packages.