Use ID properties for links, creating it if necessary

Inspiration: https://writequit.org/articles/emacs-org-mode-generate-ids.html,
and elsewhere.
This commit is contained in:
Daniel - 2020-09-06 16:06:32 +02:00
parent 1e16d183c5
commit 61260a4651
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 3 additions and 0 deletions

View File

@ -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)