From 61260a46512d189f9711d80d5c890be11f20961c Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 6 Sep 2020 16:06:32 +0200 Subject: [PATCH] Use ID properties for links, creating it if necessary Inspiration: https://writequit.org/articles/emacs-org-mode-generate-ids.html, and elsewhere. --- init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.el b/init.el index 1fbeeac..dcf1426 100644 --- a/init.el +++ b/init.el @@ -914,6 +914,9 @@ With given ARG, display files in `db/important-document-path’." ;; This is different in the original implementation (org-entry-get pom property)))))) +(use-package org-id + :custom (org-id-link-to-org-use-id 'create-if-interactive-and-no-custom-id)) + (use-package org-clock :defer t :commands (org-clock-save)