From e2bd3880f125d3b400ebd9379c5801a3fdfb35c0 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 28 Mar 2021 20:01:29 +0200 Subject: [PATCH] Directly set variable to always create ID properties for links This is mostly because I haven't had time to understand what the `:custom` keyword is actually doing. Apparently, it introduces customizations without user interaction, which in turn makes changing default values a manual process (by changing customizations one has never done) thus resulting in inconsistent behavior. --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index a96c52c..c8bd104 100644 --- a/init.el +++ b/init.el @@ -929,7 +929,7 @@ :commands (org-store-link)) (use-package org-id - :custom (org-id-link-to-org-use-id t)) + :init (setq org-id-link-to-org-use-id t)) (use-package org-clock :commands (org-clock-save)